Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Position Class / OrthoPosition Property

In This Topic
    OrthoPosition Property
    In This Topic
    Cursor position considering ortho-mode.
    Syntax
    public virtual PointD3D OrthoPosition {get; set;}
    public:
    virtual property PointD3D OrthoPosition {
       PointD3D get();
       void set (    PointD3D value);
    }
    Remarks
    If ortho-mode is off, then this position is the same as SnapPosition does not consider Mates.
    See Also