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






Windows & Linux

Description

Removes a target given an index.

Syntax

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

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

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

[Java]
public  remove(
int Index
);

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

Parameters

Index
The index in the collection.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface