API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCADDRESS Property / FUNC_PLCADDRESS(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Full PLC address for channel or PLC connection point. The address is not an identifying characteristic. The format of the address depends on the PLC type. The address must be unique within a CPU. In this context the CPU is identified by means of the full CPU name in the form [Configuration project].[Station ID].[CPU name].

    See Also