Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionDefinition Class / ConnectionPoints Property

In This Topic
    ConnectionPoints Property (FunctionDefinition)
    In This Topic
    Array of function definition's connection points.
    Syntax
    public Pin[] ConnectionPoints {get;}
    public:
    property array<Pin^>^ ConnectionPoints {
       array<Pin^>^ get();
    }
    See Also