Removes an object from the collection using the object key
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void RemoveKey( string key ) |
| Visual Basic |
|---|
Public Sub RemoveKey ( _ key As String _ ) |
| JScript |
|---|
public function RemoveKey( key : String ) |
Parameters
- key
- Type: System..::..String
The key of the object that must be deleted
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Pre-defined objects cannot be deleted |