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

In This Topic
    Functions Property (ReportBlock)
    In This Topic
    Evaluated functions.
    Syntax
    public Function[] Functions {get; set;}
    public:
    property array<Function^>^ Functions {
       array<Function^>^ get();
       void set (    array<Function^>^ value);
    }
    See Also