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





Description

Adds an element to the collection.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal Action As IAgRt3Action _
) 

[C#]
public void Add(
IAgRt3Action Action
);

[Managed C++]
public: void Add(
IAgRt3Action ^ Action
);

[Java]
public  add(
IAgRt3Action Action
);

[Unmanaged C++]
public: HRESULT Add(
IAgRt3Action * Action
);

Parameters

Action

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1