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





Description

Determines whether the collection contains the specified key.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal Key As String _
) As Boolean

[C#]
public bool Contains(
string Key
);

[Managed C++]
public: bool Contains(
String __gc ^ Key
);

[Java]
public bool contains(
String Key
);

[Unmanaged C++]
public: HRESULT Contains(
BSTR Key,
VARIANT_BOOL * ReturnValue
);

Parameters

Key

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1