API Help
Eplan.EplApi.DataModel.Topology Namespace / RoutedConnection Class / RouteHints Property

In This Topic
    RouteHints Property
    In This Topic
    Array of Segment by which this connection will be routed by routing algorithms.
    Syntax
    public Segment[] RouteHints {get; set;}
    public:
    property array<Segment^>^ RouteHints {
       array<Segment^>^ get();
       void set (    array<Segment^>^ value);
    }

    Property Value

    Returns array containing route hints or empty array.
    Remarks

    Can be set as null value. In this case it is treated as empty array.

    Segments from RouteHints are used by routing algorithms as elements through which connection have to pass.

    See Also