Eplan Platform API
Eplan.EplApi.DataModel Namespace / PinBase Class / PinBase Constructor / PinBase Constructor(SymbolReference,Int32)
SymbolReference object which gives a symbol variant for initialization of the Direction and Location properties. May be NULL.
Index of this connection point among the symbol's connection points.

In This Topic
    PinBase Constructor(SymbolReference,Int32)
    In This Topic
    Creates a PinBase object representing a graphical connection point of a symbol and initializes Index, Parent, Direction and Location properties.
    Syntax
    public PinBase( 
       SymbolReference smbl,
       int pinIdx
    )
    public:
    PinBase( 
       SymbolReference^ smbl,
       int pinIdx
    )

    Parameters

    smbl
    SymbolReference object which gives a symbol variant for initialization of the Direction and Location properties. May be NULL.
    pinIdx
    Index of this connection point among the symbol's connection points.
    See Also