2027 Method
Changes 5
M

IFCFile.GetInstanceCount

Description:
Counts IFC instances of one particular type.
public int GetInstanceCount(
	string entityName,
	bool includeSubTypes
)
  • String
    entityName
    The name of the instance type.
  • Boolean
    includeSubTypes
    True to count instances of sub types.
Return Value Int32 The count.