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





Windows & Linux

Description

Remove the provided element from the collection.

Syntax

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

Parameters

Query

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.