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





Windows & Linux

Description

Adds an item into the list.

Syntax

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

Parameters

nIndex
nID

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.