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

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