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

In This Topic
    FUNC_SUPRESS_SEARCH_CHANNELDESIGNATION(Int32) Property
    In This Topic
    Channel designation (automatic): Suppress search # 20578. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_SUPRESS_SEARCH_CHANNELDESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_SUPRESS_SEARCH_CHANNELDESIGNATION {
       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 channel designation. If this property is activated at a PLC connection point, the Channel designation (automatic) property remains empty, in as far as no manual value was entered for the channel designation.

    See Also