Interface IIfcPropertyReferenceValue
Readonly interface for IfcPropertyReferenceValue
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPropertyReferenceValue : IIfcSimpleProperty, IIfcProperty, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
PropertyReference
Declaration
IIfcObjectReferenceSelect PropertyReference { get; set; }
Property Value
|
Improve this Doc
View Source
UsageName
Declaration
IfcLabel? UsageName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|