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





Windows & Linux

Description

Remove the element at the specified index from the collection.

Syntax

[Visual Basic .NET]
Public Sub RemoveAt( _
    ByVal Index As Integer _
)
[C#]
public void RemoveAt(
    int Index
);
[Managed C++]
public: void RemoveAt(
    int Index
);
[Unmanaged C++]
public: HRESULT RemoveAt(
    long Index
);
[Java]
public void removeAt(
    int Index
);

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.