{CompanyName} FlexyGo

ObjectSettingsCollection..::..Remove Method (ObjectSettings)

Removes ObjectSettings from the Collection using ObjectName as Key.

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

Syntax


public bool Remove(
	ObjectSettings aObjectSettings
)
Public Function Remove ( _
	aObjectSettings As ObjectSettings _
) As Boolean

Parameters

aObjectSettings
Type: FLEXYGO.Objects.Settings..::..ObjectSettings
An ObjectSettings.

Return Value

true if ok, false otherwise.