STK ObjectsSend 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 ^ Key
);
[Unmanaged C++]
public: HRESULT get_Item(
    BSTR Key,
    BSTR* pRetVal
);
[Java]
public String getItem(
    String Key
);
[Python - STK API ]
@property
def Item(self) -> str:

Parameters

Key

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.