AGI STK Objects 11Send comments on this topic.
RemoveIndex Method (IAgIntervalCollection)
See Also 
Index
The index in the collection.
Windows






Windows & Linux

Description

Removes an item by the index.

Syntax

[Visual Basic .NET]
Public Sub RemoveIndex( _
   ByVal Index As Integer _
) 
[C#]
public void RemoveIndex(
   int Index
);
[Managed C++]
public: void RemoveIndex(
   int Index
);
[Java]
public  removeIndex(
   int Index
);
[Unmanaged C++]
public: HRESULT RemoveIndex(
   long Index
);

Parameters

Index
The index in the collection.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.