Interface IIfcProfileProperties
Readonly interface for IfcProfileProperties
Inherited Members
Namespace: Xbim.Ifc2x3.Interfaces
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcProfileProperties : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceProfileDefinition
Declaration
IIfcProfileDef ProfileDefinition { get; set; }
Property Value
Type | Description |
---|---|
IIfcProfileDef |
ProfileName
Declaration
IfcLabel? ProfileName { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |