InstanceDefinitionTableGetList Method |
Gets an array of instance definitions.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public InstanceDefinition[] GetList(
bool ignoreDeleted
)
Public Function GetList (
ignoreDeleted As Boolean
) As InstanceDefinition()
Parameters
- ignoreDeleted
- Type: SystemBoolean
If true then deleted instance definitions are filtered out.
Return Value
Type:
InstanceDefinitionAn array of instance definitions. This can be empty, but not null.
See Also