Eplan Platform API
Eplan.EplApi.DataModel Namespace / SegmentPlacementsFilter Class / Page Property

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