Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / StartIndex Property

In This Topic
    StartIndex Property
    In This Topic
    Index of the start function's connection point (0,1,2,...) that the connection is connected to.
    Syntax
    public short StartIndex {get; set;}
    public:
    property short StartIndex {
       short get();
       void set (    short value);
    }
    See Also