AGI STK VGT 11Send comments on this topic.
Item Property (IAgCrdnPointSamplingIntervalCollection)
See Also
Index
Windows






Windows & Linux

Description

Accesses an element at the specified position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As 
[C#]
public IAgCrdnPointSamplingInterval this[
    int Index
] {get;}
[Managed C++]
public: __property IAgCrdnPointSamplingInterval^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgCrdnPointSamplingInterval* ppRetVal
);
[Java]
public IAgCrdnPointSamplingInterval getItem(
    int Index
);

Parameters

Index

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.