NodeMapSaveSettings Method (String, String)

CVB.Net Documentation
Saves all nodes which are listed in nodeNames.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public void SaveSettings(
	string filename,
	params string[] nodeNames
)

Parameters

filename
Type: SystemString
Complete path to gcs file that contains the settings.
nodeNames
Type: SystemString
Array containing all names of the nodes to save.
See Also

Reference