IAgODProvideTrackingDataLib 13Send comments on this topic.
Remove Method (IAgODTrackingIDList)
See Also
nIndex
Windows





Windows & Linux

Description

Removes an item from the list.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal nIndex As Integer _
)
[C#]
public void Remove(
    int nIndex
);
[Managed C++]
public: void Remove(
    int nIndex
);
[Unmanaged C++]
public: HRESULT Remove(
    long nIndex
);
[Java]
public void remove(
    int nIndex
);
[Python - STK API ]
def Remove(self, nIndex:int) -> None:

Parameters

nIndex

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.