STK Real-Time Tracking ToolSend 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
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgRt3EventDefinition * Event
);
[Java]
public void remove(
    IAgRt3EventDefinition Event
);

Parameters

Event

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.