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 may be an index amongst a function's conn. points (in case this object represents a 'logical' conn. point) or an index amongst a symbol's conn. points (in case this object is just a graphical conn. point of a symbol).
    Syntax
    public int Index {get;}
    public:
    property int Index {
       int get();
    }
    See Also