API Help
Eplan.EplApi.DataModel Namespace / PinBase Class / PinBase Constructor / PinBase Constructor(Int32,PointD,Directions)
Index of this connection point among the symbol's connection points.
Position of the conn. point relative to the symbol's insertion point.
Direction of the connection point.

In This Topic
PinBase Constructor(Int32,PointD,Directions)
In This Topic
Creates a PinBase object representing a graphical connection point of a symbol.
Syntax

Parameters

pinIdx
Index of this connection point among the symbol's connection points.
ptLocation
Position of the conn. point relative to the symbol's insertion point.
dir
Direction of the connection point.
Remarks
The Parent property is not initialized by this constructor.
See Also