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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1