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





Windows & Linux

Description

Remove the provided element from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal Action As IAgRt3Action _
)
[C#]
public void Remove(
    IAgRt3Action Action
);
[Managed C++]
public: void Remove(
    IAgRt3Action ^ Action
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgRt3Action * Action
);
[Java]
public void remove(
    IAgRt3Action Action
);

Parameters

Action

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.