Search Results for

    Show / Hide Table of Contents

    Class IfcMapConversion

    Inheritance
    System.Object
    PersistEntity
    IfcCoordinateOperation
    IfcMapConversion
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcCoordinateOperation>
    IInstantiableEntity
    IIfcMapConversion
    IIfcCoordinateOperation
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcMapConversion>
    Inherited Members
    IfcCoordinateOperation.IIfcCoordinateOperation.SourceCRS
    IfcCoordinateOperation.IIfcCoordinateOperation.TargetCRS
    IfcCoordinateOperation.SourceCRS
    IfcCoordinateOperation.TargetCRS
    IfcCoordinateOperation.Equals(IfcCoordinateOperation)
    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("IfcMapConversion", 1200)]
    public class IfcMapConversion : IfcCoordinateOperation, INotifyPropertyChanged, IEquatable<IfcCoordinateOperation>, IInstantiableEntity, IIfcMapConversion, IIfcCoordinateOperation, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcMapConversion>

    Properties

    | Improve this Doc View Source

    Eastings

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

    Northings

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

    OrthogonalHeight

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

    Scale

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

    XAxisAbscissa

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

    XAxisOrdinate

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

    Methods

    | Improve this Doc View Source

    Equals(IfcMapConversion)

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

    IContainsIndexedReferences.IndexedReferences

    Declaration
    IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcMapConversion.Eastings

    Declaration
    IfcLengthMeasure IIfcMapConversion.Eastings { get; set; }
    Returns
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    IIfcMapConversion.Northings

    Declaration
    IfcLengthMeasure IIfcMapConversion.Northings { get; set; }
    Returns
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    IIfcMapConversion.OrthogonalHeight

    Declaration
    IfcLengthMeasure IIfcMapConversion.OrthogonalHeight { get; set; }
    Returns
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    IIfcMapConversion.Scale

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

    IIfcMapConversion.XAxisAbscissa

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

    IIfcMapConversion.XAxisOrdinate

    Declaration
    IfcReal? IIfcMapConversion.XAxisOrdinate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcReal>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcMapConversion
    IIfcCoordinateOperation
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim