IAgODProvideTrackingDataLib 13Send comments on this topic.
Item Method (IAgODObsSet)
See Also
nIndex
Windows





Windows & Linux

Description

Returns the nIndex observation in the set.

Syntax

[Visual Basic .NET]
Public Function Item( _
    ByVal nIndex As Integer _
) As IAgODGenericObs
[C#]
public IAgODGenericObs Item(
    int nIndex
);
[Managed C++]
public: IAgODGenericObs^ Item(
    int nIndex
);
[Unmanaged C++]
public: HRESULT Item(
    long nIndex,
    IAgODGenericObs ** ppObs
);
[Java]
public IAgODGenericObs item(
    int nIndex
);
[Python - STK API ]
def Item(self, nIndex:int) -> "IAgODGenericObs":

Parameters

nIndex

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.