Interface IIfcReference
Readonly interface for IfcReference
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcReference : IPersistEntity, IfcAppliedValueSelect, IIfcAppliedValueSelect, IfcMetricValueSelect, IIfcMetricValueSelect, IExpressSelectType, IPersist
Properties
|
Improve this Doc
View Source
AttributeIdentifier
Declaration
IfcIdentifier? AttributeIdentifier { get; set; }
Property Value
|
Improve this Doc
View Source
InnerReference
Declaration
IIfcReference InnerReference { get; set; }
Property Value
|
Improve this Doc
View Source
InstanceName
Declaration
IfcLabel? InstanceName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ListPositions
Declaration
IItemSet<IfcInteger> ListPositions { get; }
Property Value
|
Improve this Doc
View Source
TypeIdentifier
Declaration
IfcIdentifier? TypeIdentifier { get; set; }
Property Value