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