Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCGROUP_STARTADDRESS_INDIRECT Property / FUNC_PLCGROUP_STARTADDRESS_INDIRECT Property

In This Topic
    FUNC_PLCGROUP_STARTADDRESS_INDIRECT Property
    In This Topic
    Start address of PLC card (indirect) # 20423.
    Syntax
    public PropertyValue FUNC_PLCGROUP_STARTADDRESS_INDIRECT {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_STARTADDRESS_INDIRECT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Provides the start address entered for the relevant PLC box for a PLC connection point. The value entered defines the start value for the address range of a PLC card; this is taken into account for automatic addressing.

    See Also