StarField.RemoveAt(Variable) Method

Top 

Description

Remove the object at the specific index.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

StarField.RemoveAt(

Variable index)

 

 

Arguments

index


Description:

The index of the object in this list to remove

Valid Range:

index ≥ 0

 

 

 

Syntax

myStarField1.RemoveAt(myVariable1);

 

 

See also

StarField Object

Stars Guide