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

In This Topic
    RouteNodes Property (Connection3D)
    In This Topic
    Array of route elements space through which connection is routed.
    Syntax
    public Placement3D[] RouteNodes {get;}
    public:
    property array<Placement3D^>^ RouteNodes {
       array<Placement3D^>^ get();
    }
    See Also