Description:

A provider may optionally return a collection of non-object Ids that it will provide custom render primitives for. An example of this is Grasshopper, which which will typically return a collection of the Ids of each CustomPreview component.

Syntax:
public virtual List<Guid> NonObjectIds {get}
virtual
Returns:
Type: List<Guid>
Available since:
8.0

Nothing found