API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_SUPRESS_SEARCH_PLCPLUG_DESIGNATION Property / FUNC_SUPRESS_SEARCH_PLCPLUG_DESIGNATION(Int32) Property

In This Topic
    FUNC_SUPRESS_SEARCH_PLCPLUG_DESIGNATION(Int32) Property
    In This Topic
    Plug designation (automatic): Suppress search # 20579. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_SUPRESS_SEARCH_PLCPLUG_DESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_SUPRESS_SEARCH_PLCPLUG_DESIGNATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Prevents the automatic assignment of a plug designation. If this property is activated at a PLC connection point, the Plug designation (automatic) property remains empty, in as far as no manual value was entered for the plug designation.

    See Also