File3dm.InstanceDefinitions Property

File3dmInstanceDefinitions Property

Note: This API is now obsolete.

Instance definitions in this file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.6
Syntax
[ObsoleteAttribute("Use the new AllInstanceDefinitions property")]
public IList<InstanceDefinitionGeometry> InstanceDefinitions { get; }
<ObsoleteAttribute("Use the new AllInstanceDefinitions property")>
Public ReadOnly Property InstanceDefinitions As IList(Of InstanceDefinitionGeometry)
	Get

Property Value

Type: IListInstanceDefinitionGeometry
See Also