Eplan Platform API
Eplan.EplApi.DataModel Namespace / PlcIOPropertyList Class / PLCIOENTRY_COMMUNICATIONENTITY_NAME Property / PLCIOENTRY_COMMUNICATIONENTITY_NAME Property

In This Topic
    PLCIOENTRY_COMMUNICATIONENTITY_NAME Property
    In This Topic
    Name of the communication unit # 23400.
    Syntax
    public PropertyValue PLCIOENTRY_COMMUNICATIONENTITY_NAME {get; set;}
    public:
    property PropertyValue^ PLCIOENTRY_COMMUNICATIONENTITY_NAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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