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

In This Topic
    Page Property (WindowMacro)
    In This Topic
    Returns the Eplan.EplApi.DataModel.Page on which the macro was created.
    Syntax
    public Page Page {get;}
    public:
    property Page^ Page {
       Page^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.Page
    See Also