<Code Lib>
2025.3 Method
Changes 5
M

IFCFile.CreateInstance

Description:
Creates an IFC instance in the file model.

public IFCAnyHandle CreateInstance(
	string name
)

  • String
    name
    The instance name.
Return Value IFCAnyHandle The instance handle.

Loading…