Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / FunctionTemplates Property

In This Topic
    FunctionTemplates Property (Function)
    In This Topic
    If this object is the main function of a device or a cable, this property returns an array of transient object (of Connection or Function type) that represent function templates contained by the device or the cable.
    Syntax
    public StorableObject[] FunctionTemplates {get;}
    public:
    property array<StorableObject^>^ FunctionTemplates {
       array<StorableObject^>^ get();
    }
    See Also