{CompanyName} FlexyGo

ObjectDataViewCollection..::..Remove Method

Removes the ObjectDataViewSettings object from the Collection using ViewName as Key.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public bool Remove(
	ObjectDataViewSettings ObjectDataview
)
Public Function Remove ( _
	ObjectDataview As ObjectDataViewSettings _
) As Boolean

Parameters

ObjectDataview
Type: FLEXYGO.Objects.Settings..::..ObjectDataViewSettings
An ObjectDataViewSettings object.

Return Value

true if ok, false otherwise.