Interface IIfcSectionProperties
Readonly interface for IfcSectionProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcSectionProperties : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
EndProfile
Declaration
IIfcProfileDef EndProfile { get; set; }
Property Value
|
Improve this Doc
View Source
SectionType
Declaration
IfcSectionTypeEnum SectionType { get; set; }
Property Value
|
Improve this Doc
View Source
StartProfile
Declaration
IIfcProfileDef StartProfile { get; set; }
Property Value