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

In This Topic
    FUNC_PLCRACK(Int32) Property
    In This Topic
    PLC card is placed on rack ID # 20410. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCRACK( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCRACK {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Describes the rack where a PLC card is plugged in.

    See Also