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

In This Topic
    Functions Property (Page)
    In This Topic
    Returns all Functions placed on the page. If the filter was set up, returns Functions matching the filter.
    Syntax
    public Function[] Functions {get;}
    public:
    property array<Function^>^ Functions {
       array<Function^>^ get();
    }

    Property Value

    Functions on the page.
    Exceptions
    ExceptionDescription
    Thrown when the page is transient.
    See Also