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

In This Topic
    FUNC_PLCBUSTERMCOMMENTITY_NAME(Int32) Property
    In This Topic
    Communication unit (at PLC connection points) # 20163. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCBUSTERMCOMMENTITY_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCBUSTERMCOMMENTITY_NAME {
       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 no longer in use and only taken into consideration in old projects. Name of the communication unit, the value is selectable from the associated main function (PLC card).

    See Also