API Help
Eplan.EplApi.DataModel Namespace / BoxedDevice Class / FunctionsInside Property

In This Topic
    FunctionsInside Property
    In This Topic
    Returns an array of all existing functions in BoxedDevice.
    Syntax
    public Function[] FunctionsInside {get;}
    public:
    property array<Function^>^ FunctionsInside {
       array<Function^>^ get();
    }
    See Also