STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Contains(
    BSTR Key,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    String Key
);
[Python - STK API ]
def Contains(self, Key:str) -> bool:

Parameters

Key

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.