IFCFile.CreateHeaderInstance
Method
Description:
Creates an IFC header instance in the file model.
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.
file_schema, file_description and file_name must be created to get IFC file written successfully. Otherwise, the output IFC file would be empty.
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | String | The instance name. |
Return Value
| Type | Description |
|---|---|
| IFCAnyHandle | The instance handle. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |