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

In This Topic
    FUNCTION_OPC_ITEM_VALUE_INDIRECT(Int32) Property
    In This Topic
    OPC UA: Value (indirect) # 20364. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION_OPC_ITEM_VALUE_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION_OPC_ITEM_VALUE_INDIRECT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    This property is available only in certain, customer-specific EPLAN versions.

    See Also