<Code Lib>
2022 Method
Changes 4
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 The instance handle. The instance handle.

Loading…