<Code Lib>
2022 Method
Changes 4
M

IFCFile.CreateInstance

Description:
Creates an IFC instance in the file model.

public IFCAnyHandle CreateInstance(
	string name
)

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

Loading…