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
)
Public Function SaveSchemeToFile (
Optional filename As String = Nothing
) As Boolean
Parameters
- filename (Optional)
- Type: SystemString
File name to save the scheme to.
Return Value
Type:
BooleanA boolean value indicating whether the file is successfully saved.
See Also