Class IfcPropertyReferenceValue
Implements
System.ComponentModel.INotifyPropertyChanged
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.Ifc2x3.PropertyResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcPropertyReferenceValue", 277)]
public class IfcPropertyReferenceValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IIfcPropertyReferenceValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcPropertyReferenceValue, IIfcSimpleProperty, IIfcProperty, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyReferenceValue>
Properties
| Improve this Doc View SourcePropertyReference
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcObjectReferenceSelect PropertyReference { get; set; }
Property Value
Type | Description |
---|---|
IfcObjectReferenceSelect |
UsageName
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcLabel? UsageName { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
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
IfcLabel? IIfcPropertyReferenceValue.UsageName { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship> |
IIfcPropertyReferenceValue.PropertyReference
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyReferenceValue), 4)]
IIfcObjectReferenceSelect IIfcPropertyReferenceValue.PropertyReference { get; set; }
Returns
Type | Description |
---|---|
IIfcObjectReferenceSelect |
IIfcPropertyReferenceValue.UsageName
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyReferenceValue), 3)]
IfcText? IIfcPropertyReferenceValue.UsageName { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcText> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>