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

In This Topic
    Location Property (WindowMacro)
    In This Topic
    The position of lower left corner of the macro defined by the user when storing it.
    Syntax
    public PointD Location {get;}
    public:
    property PointD Location {
       PointD get();
    }

    Property Value

    The position of lower left corner of the macro.
    Exceptions
    ExceptionDescription
    Thrown when the macro could not be opened successfully.
    See Also