Interface IIfcPropertyEnumeration
Readonly interface for IfcPropertyEnumeration
Inherited Members
Namespace: Xbim.Ifc2x3.Interfaces
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPropertyEnumeration : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceEnumerationValues
Declaration
IItemSet<IIfcValue> EnumerationValues { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcValue> |
Name
Declaration
IfcLabel Name { get; set; }
Property Value
Type | Description |
---|---|
IfcLabel |
Unit
Declaration
IIfcUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
IIfcUnit |