Eplan Platform API
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

    Parameter NameDescription
    pinIdxIndex of this connection point among the symbol's connection points.
    ptLocationPosition of the conn. point relative to the symbol's insertion point.
    dirDirection of the connection point.
    Remarks
    The Parent property is not initialized by this constructor.
    See Also