Eplan Platform API
Eplan.EplApi.DataModel Namespace / PinBase Class / PinBase Constructor / PinBase Constructor(Int32)
Index of this connection point among the symbol's connection points.

In This Topic
PinBase Constructor(Int32)
In This Topic
Creates a PinBase object representing a graphical connection point of a symbol.
Syntax
public PinBase( 
   int pinIdx
)

Parameters

pinIdx
Index of this connection point among the symbol's connection points.
Remarks
This constructor initializes only the Index property.
See Also