{CompanyName} FlexyGo

Skins..::..Remove Method

Removes the Skin object from the Collection using SkinId as Key.

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

Syntax


public bool Remove(
	Skin Skin
)
Public Function Remove ( _
	Skin As Skin _
) As Boolean

Parameters

Skin
Type: FLEXYGO.Environment..::..Skin
A Skin.

Return Value

true if ok, false otherwise.