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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface