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






Windows & Linux

Description

Insert an element into the collection at the specified index

Syntax

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

[C#]
public void InsertAt(
int Index,
IAgRt3Action Action
);

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

[Java]
public  insertAt(
int Index,
IAgRt3Action Action
);

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

Parameters

Index
Action

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface