Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / FunctionDefinitionLibrary Class / FunctionDefinitions Property

In This Topic
    FunctionDefinitions Property (FunctionDefinitionLibrary)
    In This Topic
    Returns all Eplan.EplApi.DataModel.FunctionDefinitions from FunctionDefinitionLibrary.
    Syntax
    public FunctionDefinition[] FunctionDefinitions {get;}
    public:
    property array<FunctionDefinition^>^ FunctionDefinitions {
       array<FunctionDefinition^>^ get();
    }
    See Also