API Help
Eplan.EplApi.DataModel Namespace / Pin Class / TargetCount Property

In This Topic
    TargetCount Property
    In This Topic
    Returns number of connections from this Pin object.
    Syntax
    public int TargetCount {get;}
    public:
    property int TargetCount {
       int get();
    }
    Remarks
    Returns 0 if this Pin object has been obtained from a FunctionDefinition object.
    See Also