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

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