Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_FREE_ROUTED_CONNECTIONS Property / DMG_VIEWPLACEMENT_FREE_ROUTED_CONNECTIONS Property

In This Topic
    DMG_VIEWPLACEMENT_FREE_ROUTED_CONNECTIONS Property
    In This Topic
    Model view: Display freely routed wires # 36516.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_FREE_ROUTED_CONNECTIONS {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_FREE_ROUTED_CONNECTIONS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, freely routed cable connections / wires are also displayed in the model view. If the property is deactivated, freely routed cable connections / wires are not displayed.

    See Also