API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_ROUTED_HOSE_ASSEMBLY Property / DMG_VIEWPLACEMENT_ROUTED_HOSE_ASSEMBLY(Int32) Property

In This Topic
    DMG_VIEWPLACEMENT_ROUTED_HOSE_ASSEMBLY(Int32) Property
    In This Topic
    Model view: Display freely routed hose lines # 36517. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_ROUTED_HOSE_ASSEMBLY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_ROUTED_HOSE_ASSEMBLY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, freely routed hose lines are also displayed in the model view. If the property is deactivated, freely routed hose lines are not displayed.

    See Also