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

In This Topic
    RoutingType Property
    In This Topic
    Gets or sets type of routing (with/without using a network)
    Syntax
    public Connection3D.Enums.RoutingType RoutingType {get; set;}
    public:
    property Connection3D.Enums.RoutingType RoutingType {
       Connection3D.Enums.RoutingType get();
       void set (    Connection3D.Enums.RoutingType value);
    }
    See Also