Click or drag to resize

CustomSchemeTSaveSchemeToFile Method

Saves the scheme to the specified file.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public bool SaveSchemeToFile(
	string filename = null
)

Parameters

filename (Optional)
Type: SystemString
File name to save the scheme to.

Return Value

Type: Boolean
A boolean value indicating whether the file is successfully saved.
See Also