<Code Lib>
2025.3 Method
Changes 5
M

IFCFile.CreateHeaderInstance

Description:
Creates an IFC header instance in the file model.
Remarks:
file_schema, file_description and file_name must be created to get IFC file written successfully. Otherwise, the output IFC file would be empty.

public IFCAnyHandle CreateHeaderInstance(
	string name
)

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

Loading…