Click or drag to resize
XGroupDefMap. Remove Method (Int64)
Removes group using the specified key.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Function Remove ( 
	p_Key As Long
) As Boolean

Parameters

p_Key
Type: System.Int64
The key.

Return Value

Type: Boolean
true if Remove succeeds, false otherwise.
See Also