API Help
Eplan.EplApi.DataModel Namespace / StorableObjectsFilter Class / Page Property

In This Topic
    Page Property (StorableObjectsFilter)
    In This Topic
    Sets the Page that StorableObjects matching the filter must be placed on.
    Syntax
    public Page Page {get; set;}
    public:
    property Page^ Page {
       Page^ get();
       void set (    Page^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also