Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCCOMMUNICATIONENTITY_ADDRESSRANGE Property / FUNC_PLCCOMMUNICATIONENTITY_ADDRESSRANGE(Int32) Property

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_ADDRESSRANGE(Int32) Property
    In This Topic
    Address range (do not use anymore) # 20134.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_ADDRESSRANGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_ADDRESSRANGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 10.

    This property is no longer in use and only taken into consideration in old projects. Area for PLC addresses in a PLC box. Up to distinct 10 areas (for up to 10 communication units) can be defined using the index. The property is populated with the values that have been entered in the property of the same name (ID 23313) on the "bus data" tab of the property dialog.

    See Also