Search Results for

    Show / Hide Table of Contents

    Class IfcReference

    Inheritance
    System.Object
    PersistEntity
    IfcReference
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcReference
    IfcAppliedValueSelect
    IIfcAppliedValueSelect
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcReference>
    Inherited Members
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4.ConstraintResource
    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
    Type Description
    System.Nullable<IfcIdentifier>
    | 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
    Type Description
    IfcReference
    | 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
    Type Description
    IOptionalItemSet<IfcInteger>
    | 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
    Type Description
    System.Nullable<IfcIdentifier>

    Methods

    | Improve this Doc View Source

    Equals(IfcReference)

    Declaration
    public bool Equals(IfcReference other)
    Parameters
    Type Name Description
    IfcReference other
    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
    PersistEntity.Parse(Int32, IPropertyValue, Int32[])

    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
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcReference.InnerReference

    Declaration
    IIfcReference IIfcReference.InnerReference { get; set; }
    Returns
    Type Description
    IIfcReference
    | 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
    Type Description
    IItemSet<IfcInteger>
    | Improve this Doc View Source

    IIfcReference.TypeIdentifier

    Declaration
    IfcIdentifier? IIfcReference.TypeIdentifier { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcReference
    IfcAppliedValueSelect
    IIfcAppliedValueSelect
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim