public class IfcFileSchema extends Object implements IIfcHeaderItem
IfcFileSchema represents IFC schema identifiers
var fileSchema = new IfcFileSchema();
| Constructor and Description |
|---|
IfcFileSchema() |
| Modifier and Type | Method and Description |
|---|---|
IfcCollection<String> |
getSchemaIdentifiers()
Gets or sets the schema identifiers.
|
void |
setSchemaIdentifiers(IfcCollection<String> value)
Gets or sets the schema identifiers.
|
public final IfcCollection<String> getSchemaIdentifiers()
Gets or sets the schema identifiers.
Value: The schema identifiers.var fileSchema = new IfcFileSchema(); var schemaIdentifiers = fileSchema.SchemaIdentifiers
public final void setSchemaIdentifiers(IfcCollection<String> value)
Gets or sets the schema identifiers.
Value: The schema identifiers.var fileSchema = new IfcFileSchema(); var schemaIdentifiers = fileSchema.SchemaIdentifiers
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.