IFCFile.GetInstances
Method
Description:
Gets IFC instances of one particular type.
Gets IFC instances of one particular type.
Parameters
Parameter | Type | Description |
---|---|---|
entityName | String | The name of the instance type. |
includeSubTypes | Boolean | True to retrieve instances of sub types. |
Return Value
Type | Description |
---|---|
IList | The instance handles. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |