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

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

    PLC address of a connected PLC connection point for pins and terminals (can be automatically determined over several terminals/pins).

    See Also