AGI Real-Time Tracking Tool 11 Send comments on this topic.
InsertAt Method (IAgRt3QueryCollection)
See Also 
Index
Query





Description

Insert an element into the collection at the specified index

Syntax

[Visual Basic .NET]
Public Sub InsertAt( _
   ByVal Index As Integer, _
   ByVal Query As IAgRt3Query _
) 

[C#]
public void InsertAt(
int Index,
IAgRt3Query Query
);

[Managed C++]
public: void InsertAt(
int Index,
IAgRt3Query ^ Query
);

[Java]
public  insertAt(
int Index,
IAgRt3Query Query
);

[Unmanaged C++]
public: HRESULT InsertAt(
long Index,
IAgRt3Query * Query
);

Parameters

Index
Query

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1