API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / CONNECTION_PROTECTED_ROUTING Property / CONNECTION_PROTECTED_ROUTING(Int32) Property

In This Topic
    CONNECTION_PROTECTED_ROUTING(Int32) Property
    In This Topic
    Protected routing # 31113. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_PROTECTED_ROUTING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_PROTECTED_ROUTING {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Prevents a routing connection from being re-routed and overwritten.

    See Also