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

In This Topic
    FunctionTemplates Property (ArticleReference)
    In This Topic
    Returns an array of transient object (of Connection or Function type) that represent function templates associated with the article referenced by this object.
    Syntax
    public StorableObject[] FunctionTemplates {get;}
    public:
    property array<StorableObject^>^ FunctionTemplates {
       array<StorableObject^>^ get();
    }
    See Also