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