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

In This Topic
    FUNC_GEDNAMEWITHPLCADRESS(Int32) Property
    In This Topic
    PLC address (with displayed DT) # 20037. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_GEDNAMEWITHPLCADRESS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_GEDNAMEWITHPLCADRESS {
       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..

    Provides the entered designation for PLC connection points. This consists of the combination of a "normal DT" and PLC address, separated by a colon (or a character that can be freely defined).

    See Also