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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.