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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1