API Help
Eplan.EplApi.DataModel.E3D Namespace / Connection3D Class / RoutePoints Property

In This Topic
    RoutePoints Property (Connection3D)
    In This Topic
    Array of points in 3d space through which connection is routed.
    Syntax
    public PointD3D[] RoutePoints {get;}
    public:
    property array<PointD3D>^ RoutePoints {
       array<PointD3D>^ get();
    }
    See Also