IAgODProvideTrackingDataLib 13Send comments on this topic.
Item Property (IAgODRealList)
See Also
index
Windows





Windows & Linux

Description

Returns the value specified by the index.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal index As System.Object _
) As Double
[C#]
public double this[
    System.Object index
] {get;}
[Managed C++]
public: __property double^ get_Item(
    VARIANT index
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT index,
    double* pVal
);
[Java]
public double getItem(
    AgVariant index
);
[Python - STK API ]
@property
def Item(self) -> float:

Parameters

index

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.