{CompanyName} FlexyGo

Modules..::..Remove Method

Removes the Module Definition object from the Collection using Module Id as Key.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public bool Remove(
	ModuleDefinition aModule
)
Public Function Remove ( _
	aModule As ModuleDefinition _
) As Boolean

Parameters

aModule
Type: FLEXYGO.Environment..::..ModuleDefinition
A Module.

Return Value

true if ok, false otherwise.