Search Results for

    Show / Hide Table of Contents

    Interface IIfcMapConversion

    Readonly interface for IfcMapConversion

    Inherited Members
    IIfcCoordinateOperation.SourceCRS
    IIfcCoordinateOperation.TargetCRS
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcMapConversion : IIfcCoordinateOperation, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Eastings

    Declaration
    IfcLengthMeasure Eastings { get; set; }
    Property Value
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    Northings

    Declaration
    IfcLengthMeasure Northings { get; set; }
    Property Value
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    OrthogonalHeight

    Declaration
    IfcLengthMeasure OrthogonalHeight { get; set; }
    Property Value
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    Scale

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

    XAxisAbscissa

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

    XAxisOrdinate

    Declaration
    IfcReal? XAxisOrdinate { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcReal>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim