{CompanyName} FlexyGo

ObjectSettingsCollection..::..Add Method

Adds the ObjectSettings object to the Collection using ObjectName as Key.

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

Syntax


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

Parameters

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

Return Value

true if ok, false otherwise.