API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / DirectionOfConnectionPoint Property

In This Topic
    DirectionOfConnectionPoint Property
    In This Topic
    Connection point direction of an individual connection point in the connection point pattern.
    Syntax
    public PointD3D DirectionOfConnectionPoint {get; set;}
    public:
    property PointD3D DirectionOfConnectionPoint {
       PointD3D get();
       void set (    PointD3D value);
    }
    See Also