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

In This Topic
    FUNC_PLCPROCESSDATA(Int32) Property
    In This Topic
    Process object # 20097. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCPROCESSDATA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCPROCESSDATA {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Helps you enter and display certain process data, e.g. a measurand or condition information.

    See Also