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 
[C#]
public string this[
    string Key
] {get;}
[Managed C++]
public: __property String __gc ^^ get_Item(
    String __gc ^ Key
);
[Unmanaged C++]
public: HRESULT get_Item(
    BSTR Key,
    BSTR* pRetVal
);
[Java]
public String getItem(
    String Key
);

Parameters

Key

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.