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





Description

Given a key, returns associated element.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
   ByVal Key As String _
) As String

[C#]
public string this[
string Key
] { get; }

[Managed C++]
public: __property String __gc ^ get_Item(
String __gc ^
);

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

[Java]
public String getItem(
String
);

Parameters

Key

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1