ImageGear .NET - Updated
LoadFromFile Method




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

Parameters

path
Path to the file to load zone list from.
Remarks
Loads the zone list from a file. The zone list loaded from the file replaces the existing zone list.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members