API Help
Eplan.EplApi.MasterData Namespace / MDSymbolConnectionPoint Class / Direction Property

In This Topic
    Direction Property (MDSymbolConnectionPoint)
    In This Topic
    Returns the direction of the connection point.
    Syntax
    public PinBase.Directions Direction {get; set;}
    public:
    property PinBase.Directions Direction {
       PinBase.Directions get();
       void set (    PinBase.Directions value);
    }

    Property Value

    Direction of the connection point. It can be combined with several directions at once.
    See Also