STK Real-Time Tracking ToolSend comments on this topic.
Add Method (IAgRt3ActionCollection)
See Also
Action
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT Add(
    IAgRt3Action * Action
);
[Java]
public void add(
    IAgRt3Action Action
);

Parameters

Action

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.