Interface IIfcContext
Readonly interface for IfcContext
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcContext : IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declares
Declaration
IEnumerable<IIfcRelDeclares> Declares { get; }
Property Value
|
Improve this Doc
View Source
IsDefinedBy
Declaration
IEnumerable<IIfcRelDefinesByProperties> IsDefinedBy { get; }
Property Value
|
Improve this Doc
View Source
LongName
Declaration
IfcLabel? LongName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ObjectType
Declaration
IfcLabel? ObjectType { 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