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

In This Topic
    FUNC_PLCRIGHTRACKSIZE(Int32) Property
    In This Topic
    Number of positions in the rack # 20259. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCRIGHTRACKSIZE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCRIGHTRACKSIZE {
       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 left to the right (this is the default).

    See Also