RhinoObject.IsInstanceDefinitionGeometry Property

RhinoObjectIsInstanceDefinitionGeometry Property

true if the object is used as part of an instance definition.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsInstanceDefinitionGeometry { get; }
Public ReadOnly Property IsInstanceDefinitionGeometry As Boolean
	Get

Property Value

Type: Boolean
See Also