Interface IIfcProfileDef
Readonly interface for IfcProfileDef
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcProfileDef : IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
HasExternalReference
Declaration
IEnumerable<IIfcExternalReferenceRelationship> HasExternalReference { get; }
Property Value
|
Improve this Doc
View Source
HasProperties
Declaration
IEnumerable<IIfcProfileProperties> HasProperties { get; }
Property Value
|
Improve this Doc
View Source
ProfileName
Declaration
IfcLabel? ProfileName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ProfileType
Declaration
IfcProfileTypeEnum ProfileType { get; set; }
Property Value