AGI Real-Time Tracking Tool 11 Send comments on this topic.
Remove Method (IAgRt3EventDefinitionCollection)
See Also 
Event
Windows






Windows & Linux

Description

Remove the provided element from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Event As IAgRt3EventDefinition _
) 

[C#]
public void Remove(
IAgRt3EventDefinition Event
);

[Managed C++]
public: void Remove(
IAgRt3EventDefinition ^ Event
);

[Java]
public  remove(
IAgRt3EventDefinition Event
);

[Unmanaged C++]
public: HRESULT Remove(
IAgRt3EventDefinition * Event
);

Parameters

Event

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface