ImageGear .NET - Updated
SaveToFile Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : SaveToFile Method
File path to save the zone list to.
Saves the list of zones to a file.
Syntax
'Declaration
 
Public Sub SaveToFile( _
   ByVal path As String _
) 
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim path As String
 
instance.SaveToFile(path)
public void SaveToFile( 
   string path
)
public: void SaveToFile( 
   string* path
) 
public:
void SaveToFile( 
   String^ path
) 

Parameters

path
File path to save the zone list to.
Remarks
Saves the list of zones to a zone list file.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members