FZ_PanDAForm.SaveData

Performs a setting data save processing

Public Shared Function SaveData( _
) As Integer

Parameters
None.

Return Value
Returns 0 when saving the relevant scene group data succeeded.
Otherwise returns a non-zero value.

Description
Performs the save processing for the relevant scene group data.

Example
   Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click

       ' Saves the setting data
       SaveData()

   End Sub