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

In This Topic
    FUNC_TERMINAL_PLCADDRESS_MANUAL(Int32) Property
    In This Topic
    Connected PLC address # 20854. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_PLCADDRESS_MANUAL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_PLCADDRESS_MANUAL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    PLC address of a connected PLC connection point for pins and terminals.

    See Also