2025 Method
Changes 5
M

IFCFile.GetInstanceCount

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