API Help
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / ReferencePoint3D Property

In This Topic
    ReferencePoint3D Property
    In This Topic
    The position of user defined handle.
    Syntax
    public PointD3D ReferencePoint3D {get;}
    public:
    property PointD3D ReferencePoint3D {
       PointD3D get();
    }

    Property Value

    The reference point.
    Exceptions
    ExceptionDescription
    Thrown when the macro was not be opened successfully.
    Remarks
    Position of handle used for placing macro. Coordinates of this handle are defined in coordinate system of macro.
    See Also