AGI STK VGT 11 Send 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 IAgCrdnPointSamplingInterval

[C#]
public IAgCrdnPointSamplingInterval this[
int Index
] { get; }

[Managed C++]
public: __property IAgCrdnPointSamplingInterval^ get_Item(
int
);

[Unmanaged C++]
public: HRESULT get_Item(
long RetVal
);

[Java]
public IAgCrdnPointSamplingInterval getItem(
int
);

Parameters

Index

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface