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





Description

Given an index, returns the element in the collection. If the index is an integer, then method returns the element in the collection at the given position. If the index is a string, then the method returns the element with the specified name.

Property type

Read-only property

Syntax

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

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

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

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

[Java]
public IAgDataProviderInfo getItem(
Variant
);

Parameters

IndexOrName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1