AGI STK Objects 11 Send comments on this topic.
RemoveAt Method (IAgVmVOSpatialCalculationLevelCollection)
See Also 
Level
Windows






Windows & Linux

Description

Removes an element from the collection using specified index.

Syntax

[Visual Basic .NET]
Public Sub RemoveAt( _
   ByVal Level As Integer _
) 

[C#]
public void RemoveAt(
int Level
);

[Managed C++]
public: void RemoveAt(
int Level
);

[Java]
public  removeAt(
int Level
);

[Unmanaged C++]
public: HRESULT RemoveAt(
long Level
);

Parameters

Level

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface