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

Parameters

Key

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.