Eplan Platform API
Eplan.EplApi.DataModel Namespace / PinBase Class / Index Property

In This Topic
    Index Property (PinBase)
    In This Topic
    Returns an index of this connection point. NOTE: This can be an index among the connection points of a function (if this object represents a "logical" connection point) or an index among the connection points of a symbol (if this object is just a graphical connection point of a symbol).
    Syntax
    public int Index {get;}
    public:
    property int Index {
       int get();
    }
    See Also