Class IfcPropertyReferenceValue
Inheritance
System.Object
IfcPropertyReferenceValue
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPropertyAbstraction>
System.IEquatable<IfcProperty>
System.IEquatable<IfcSimpleProperty>
System.IEquatable<IfcPropertyReferenceValue>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PropertyResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcPropertyReferenceValue", 277)]
public class IfcPropertyReferenceValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcPropertyAbstraction>, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IInstantiableEntity, IIfcPropertyReferenceValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyReferenceValue>
Properties
| Improve this Doc View SourcePropertyReference
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 11)]
public IfcObjectReferenceSelect PropertyReference { get; set; }
Property Value
Type | Description |
---|---|
IfcObjectReferenceSelect |
UsageName
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcText? UsageName { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcText> |
Methods
| Improve this Doc View SourceEquals(IfcPropertyReferenceValue)
Declaration
public bool Equals(IfcPropertyReferenceValue other)
Parameters
Type | Name | Description |
---|---|---|
IfcPropertyReferenceValue | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcPropertyReferenceValue.PropertyReference
Declaration
IIfcObjectReferenceSelect IIfcPropertyReferenceValue.PropertyReference { get; set; }
Returns
Type | Description |
---|---|
IIfcObjectReferenceSelect |
IIfcPropertyReferenceValue.UsageName
Declaration
IfcText? IIfcPropertyReferenceValue.UsageName { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcText> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>