Class IfcReference
Inheritance
System.Object
IfcReference
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcReference", 1244)]
public class IfcReference : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcReference, IfcAppliedValueSelect, IIfcAppliedValueSelect, IfcMetricValueSelect, IIfcMetricValueSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcReference>
Properties
|
Improve this Doc
View Source
AttributeIdentifier
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcIdentifier? AttributeIdentifier { get; set; }
Property Value
|
Improve this Doc
View Source
InnerReference
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcReference InnerReference { get; set; }
Property Value
|
Improve this Doc
View Source
InstanceName
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? InstanceName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ListPositions
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 4)]
public IOptionalItemSet<IfcInteger> ListPositions { get; }
Property Value
|
Improve this Doc
View Source
TypeIdentifier
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcIdentifier? TypeIdentifier { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcReference)
Declaration
public bool Equals(IfcReference other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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 Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcReference.AttributeIdentifier
Declaration
IfcIdentifier? IIfcReference.AttributeIdentifier { get; set; }
Returns
|
Improve this Doc
View Source
IIfcReference.InnerReference
Declaration
IIfcReference IIfcReference.InnerReference { get; set; }
Returns
|
Improve this Doc
View Source
IIfcReference.InstanceName
Declaration
IfcLabel? IIfcReference.InstanceName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcReference.ListPositions
Declaration
IItemSet<IfcInteger> IIfcReference.ListPositions { get; }
Returns
|
Improve this Doc
View Source
IIfcReference.TypeIdentifier
Declaration
IfcIdentifier? IIfcReference.TypeIdentifier { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>