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

In This Topic
    OppositePin Property
    In This Topic
    Gets/Sets one or more pins from the other side of the parent function, which are 'opposite' to this one.
    Syntax
    public Pin[] OppositePin {get; set;}
    public:
    property array<Pin^>^ OppositePin {
       array<Pin^>^ get();
       void set (    array<Pin^>^ value);
    }
    Remarks
    Returns NULL if this Pin object has been obtained from a FunctionDefinition object.
    See Also