Search Results for

    Show / Hide Table of Contents

    Class IfcCoordinateReferenceSystem

    Inheritance
    System.Object
    PersistEntity
    IfcCoordinateReferenceSystem
    IfcProjectedCRS
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcCoordinateReferenceSystem
    IfcCoordinateReferenceSystemSelect
    IIfcCoordinateReferenceSystemSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcCoordinateReferenceSystem>
    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.RepresentationResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcCoordinateReferenceSystem", 1144)]
    public abstract class IfcCoordinateReferenceSystem : PersistEntity, INotifyPropertyChanged, IIfcCoordinateReferenceSystem, IfcCoordinateReferenceSystemSelect, IIfcCoordinateReferenceSystemSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCoordinateReferenceSystem>

    Properties

    | Improve this Doc View Source

    Description

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public IfcText? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    GeodeticDatum

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcIdentifier? GeodeticDatum { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    HasCoordinateOperation

    Declaration
    [InverseProperty("SourceCRS")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 5)]
    public IEnumerable<IfcCoordinateOperation> HasCoordinateOperation { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcCoordinateOperation>
    | Improve this Doc View Source

    Name

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    VerticalDatum

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcIdentifier? VerticalDatum { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>

    Methods

    | Improve this Doc View Source

    Equals(IfcCoordinateReferenceSystem)

    Declaration
    public bool Equals(IfcCoordinateReferenceSystem other)
    Parameters
    Type Name Description
    IfcCoordinateReferenceSystem 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

    IIfcCoordinateReferenceSystem.Description

    Declaration
    IfcText? IIfcCoordinateReferenceSystem.Description { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcCoordinateReferenceSystem.GeodeticDatum

    Declaration
    IfcIdentifier? IIfcCoordinateReferenceSystem.GeodeticDatum { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcCoordinateReferenceSystem.HasCoordinateOperation

    Declaration
    IEnumerable<IIfcCoordinateOperation> IIfcCoordinateReferenceSystem.HasCoordinateOperation { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcCoordinateOperation>
    | Improve this Doc View Source

    IIfcCoordinateReferenceSystem.Name

    Declaration
    IfcLabel IIfcCoordinateReferenceSystem.Name { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcCoordinateReferenceSystem.VerticalDatum

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcCoordinateReferenceSystem
    IfcCoordinateReferenceSystemSelect
    IIfcCoordinateReferenceSystemSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim