Interface IIfcPropertyListValue
Readonly interface for IfcPropertyListValue
Inherited Members
Namespace: Xbim.Ifc2x3.Interfaces
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPropertyListValue : IIfcSimpleProperty, IIfcProperty, IPersistEntity, IPersist
Properties
| Improve this Doc View SourceListValues
Declaration
IItemSet<IIfcValue> ListValues { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcValue> |
Unit
Declaration
IIfcUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
IIfcUnit |