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





Windows & Linux

Description

Inserts the value specified by the index into the list.

Syntax

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

Parameters

nIndex
Freq

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.