<Code Lib>
2026 Method
Changes 5
M

IFCFile.GetInstances

Description:
Gets IFC instances of one particular type.

public IList<IFCAnyHandle> GetInstances(
	string entityName,
	bool includeSubTypes
)

  • String
    entityName
    The name of the instance type.
  • Boolean
    includeSubTypes
    True to retrieve instances of sub types.
Return Value IList<IFCAnyHandle> The instance handles.

Loading…