AGI STK Objects 11 Send comments on this topic.
RemoveAt Method (IAgScGlobeServersCollection)
See Also 
Index
The index of the collection.





Description

Removes item from the collection using specified index.

Syntax

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

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

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

[Java]
public  removeAt(
int Index
);

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

Parameters

Index
The index of the collection.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1