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