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

In This Topic
    FUNC_PLCSYMBOLICADDRESS_MANUAL(Int32) Property
    In This Topic
    Symbolic address # 20402. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCSYMBOLICADDRESS_MANUAL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSYMBOLICADDRESS_MANUAL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Manually entered symbolic PLC address of a PLC connection point. This property, if it exists, is transferred on synchronization between overview and schematic.

    See Also