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

In This Topic
    FUNC_PLCLEFTRACKSIZE(Int32) Property
    In This Topic
    Number of positions in the rack (to the left) # 20260. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCLEFTRACKSIZE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCLEFTRACKSIZE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the number of possible positions in the rack. The property can used when the rack is extended from the right to the left.

    See Also