AGI STK Objects 11Send 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.