API Help
Eplan.EplApi.DataModel Namespace / PlcIOPropertyList Class / PLCIOENTRY_COMMUNICATIONENTITY_NAME Property / PLCIOENTRY_COMMUNICATIONENTITY_NAME(Int32) Property

In This Topic
    PLCIOENTRY_COMMUNICATIONENTITY_NAME(Int32) Property
    In This Topic
    Name of the communication unit # 23400. This property isn't indexed.
    Syntax
    public PropertyValue PLCIOENTRY_COMMUNICATIONENTITY_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLCIOENTRY_COMMUNICATIONENTITY_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. PLC addresses can be assigned to a particular communication unit of a PLC card. This property represents the second part of the reference to the communication unit. The first part of the reference is the database ID of the associated PLC box.

    See Also