Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / ReferencePoint Property

In This Topic
    ReferencePoint Property
    In This Topic
    The reference point of the macro defined by the user when storing it.
    Syntax
    public PointD ReferencePoint {get; set;}
    public:
    property PointD ReferencePoint {
       PointD get();
       void set (    PointD value);
    }

    Property Value

    The reference point.
    Exceptions
    ExceptionDescription
    Thrown when the macro it.could not be opened successfully.
    Remarks
    To calculate relative coordinates of the reference point use Location.
    See Also