InstanceDefinitionTable.Item Property

InstanceDefinitionTableItem Property

Conceptually, the InstanceDefinition table is an array of Instance definitions. The operator[] can be used to get individual instance definition. An instance definition is either active or deleted and this state is reported by IsDeleted or will be null if it has been purged from the document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public InstanceDefinition this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As InstanceDefinition
	Get

Parameters

index
Type: SystemInt32
zero based array index.

Return Value

Type: InstanceDefinition
The instance definition at the specified index.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also