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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    PLC station ID at the PLC box. The station ID is used as a grouping element for the network components. As a rule it is assigned depending on the physical place (enclosure, switch box etc.) of the network components.

    See Also