public class IfcHeader extends Object
IfcHeader
| Constructor and Description |
|---|
IfcHeader(List<IIfcHeaderItem> items)
Initializes a new instance of the
IfcHeader class. |
| Modifier and Type | Method and Description |
|---|---|
IfcFileDescription |
getDescription()
Gets or sets the description property for IFC.
|
IfcFileName |
getName()
Gets or sets the name property for IFC.
|
IfcFileSchema |
getSchema()
Gets or sets the schema property for IFC.
|
void |
setDescription(IfcFileDescription value)
Gets or sets the description property for IFC.
|
void |
setName(IfcFileName value)
Gets or sets the name property for IFC.
|
void |
setSchema(IfcFileSchema value)
Gets or sets the schema property for IFC.
|
public IfcHeader(List<IIfcHeaderItem> items)
Initializes a new instance of the IfcHeader class.
This calss contains all the information from the IFC header
items - The items to initialize with.public final IfcFileDescription getDescription()
Gets or sets the description property for IFC.
Value: The description property instance.public final void setDescription(IfcFileDescription value)
Gets or sets the description property for IFC.
Value: The description property instance.public final IfcFileName getName()
Gets or sets the name property for IFC.
Value: The name property instance.public final void setName(IfcFileName value)
Gets or sets the name property for IFC.
Value: The name property instance.public final IfcFileSchema getSchema()
Gets or sets the schema property for IFC.
Value: The schema property instance.public final void setSchema(IfcFileSchema value)
Gets or sets the schema property for IFC.
Value: The schema property instance.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.