Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / Pins Property

In This Topic
    Pins Property
    In This Topic
    Gets/Sets an array of the function's connection points.
    Syntax
    public Pin[] Pins {get; set;}
    public:
    property array<Pin^>^ Pins {
       array<Pin^>^ get();
       void set (    array<Pin^>^ value);
    }

    Property Value

    Array of Pin objects.
    Exceptions
    ExceptionDescription
    Thrown when trying to create new Pins array on invalid Function
    Remarks
    For functions with variable pins (conn. points) count, setting this property may change the actual count of the function's pins. In other cases, exception of IncorrectObjectTypeException type is thrown.
    See Also