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





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
);

[Java]
public  remove(
IAgRt3Action Action
);

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

Parameters

Action

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1