AGI AgRadarPlugin 11 Send comments on this topic.
RemoveAt Method (IAgStkRadarClutterPatchCollection)
See Also 
index





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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1