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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The DT of the plug is connected to the PLC connection point/channel or device connection point. The plug DT can be transferred from the left (or above), as with terminals and supports the identification of PLC connection points or device connection points.

    See Also