AGI STK VGT 11 Send comments on this topic.
Item Property (IAgCrdnCollection)
See Also 
IndexOrName





Description

Retrieves an element of the collection using the name of the element or a position in the collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
   ByVal IndexOrName As System.Object _
) As IAgCrdn

[C#]
public IAgCrdn this[
System.Object IndexOrName
] { get; }

[Managed C++]
public: __property IAgCrdn^ get_Item(
VARIANT
);

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

[Java]
public IAgCrdn getItem(
Variant
);

Parameters

IndexOrName

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1