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

In This Topic
    TargetPins Property
    In This Topic
    Returns Pin objects of other functions connected directly with this conn. point.
    Syntax
    public Pin[] TargetPins {get;}
    public:
    property array<Pin^>^ TargetPins {
       array<Pin^>^ get();
    }
    Remarks
    Returns NULL if this Pin object has been obtained from a FunctionDefinition object.
    See Also