AGI Real-Time Tracking Tool 11 Send 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
);

[Java]
public  remove(
IAgRt3Query Query
);

[Unmanaged C++]
public: HRESULT Remove(
IAgRt3Query * Query
);

Parameters

Query

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface