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

© 2018 Analytical Graphics, Inc. All Rights Reserved.