Interface IIfcRepresentationContext
Readonly interface for IfcRepresentationContext
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcRepresentationContext : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ContextIdentifier
Declaration
IfcLabel? ContextIdentifier { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ContextType
Declaration
IfcLabel? ContextType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RepresentationsInContext
Declaration
IEnumerable<IIfcRepresentation> RepresentationsInContext { get; }
Property Value