API Help
Eplan.EplApi.DataModel.MasterData Namespace / PageMacro Class / Pages Property

In This Topic
    Pages Property (PageMacro)
    In This Topic
    Returns pages, which are contained in the macro.
    Syntax
    public override Page[] Pages {get;}
    public:
    property array<Page^>^ Pages {
       array<Page^>^ get() override;
    }

    Property Value

    Array of pages. Array's property Length gives information about amount of found Pages in the macro.
    See Also