Interlockings.Import



Import(bsFileName As String,bCommand As Boolean) As Boolean

Parameters

bsFileName As String
Filename (path) as string of the xml file to export.
bCommand As Boolean
Interlocking False
Command True
ED
avaliable
RT
not used

Remarks

Import settings from an xml file

Sample


Private Sub zenOn_ExportImportSettings(ByRef zenOnObject As Object)

	'Export settings to an xml file
	zenOnObject.Export ("C:\zenOn_eXaMpLe.xml, False") 'Interlocking

	'Import settings from an xml file
	zenOnObject.Import ("C:\zenOn_eXaMpLe.xml, False") 'Interlocking

End Sub

See Also

Interlockings