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






Windows & Linux

Description

Removes an element 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.