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

In This Topic
    FUNC_PLCRACK_INDIRECT(Int32) Property
    In This Topic
    PLC card is placed on rack ID (indirect) # 20421. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCRACK_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCRACK_INDIRECT {
       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..

    For PLC connection point, this shows the rack on which the associated module (i.e. the associated PLC box) is placed. Describes the rack where the PLC card is plugged in.

    See Also