List<Object>.RemoveAt(Variable) Method

Top 

Description

Remove the object at the specific index.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

List<Object>.RemoveAt(

Variable index)

 

 

Arguments

index


Description:

The index of the object in this list to remove

Valid Range:

index ≥ 0

 

 

 

Syntax

myList<Object>1.RemoveAt(myVariable1);

 

 

See also

List<Object> Object

Lists Guide