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






Windows & Linux

Description

Removes an element associated with specified key.

Syntax

[Visual Basic .NET]
Public Function RemoveKey( _
   ByVal Key As String _
) As Boolean
[C#]
public bool RemoveKey(
   string Key
);
[Managed C++]
public: bool RemoveKey(
   String __gc ^ Key
);
[Java]
public bool removeKey(
   String Key
);
[Unmanaged C++]
public: HRESULT RemoveKey(
   BSTR Key,
   VARIANT_BOOL * ReturnValue
);

Parameters

Key

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.