getSelectedAtIndex (getter)

Returns the selected state of the control at the given index.

Signatures

  •   GUIControls.TransformPoint.getSelectedAtIndex(idx = 0, idx2d = 0)

Details

The getter accessor that returns the selected state of the control at the given index containing a boolean value.

Example

 const selected = GUIControls.TransformPoint.getSelectedAtIndex();
 

Parameters

idx

An index of the point in the list. If the open parameter is a single value, the index is defaulted to 0. If the open parameter is a 2d array of values, the index is a row index.

idx2d

A column index of the point in the list. If the open parameter is a single value, the parameter shall be ignored.

Return value

A boolean value.