Interface IIfcProject
Readonly interface for IfcProject
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcProject : IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LongName
Declaration
IfcLabel? LongName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Phase
Declaration
IfcLabel? Phase { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RepresentationContexts
Declaration
IItemSet<IIfcRepresentationContext> RepresentationContexts { get; }
Property Value
|
Improve this Doc
View Source
UnitsInContext
Declaration
IIfcUnitAssignment UnitsInContext { get; set; }
Property Value