'Declaration
Public Function ADRGetCloserTemplateForFile( _ ByVal FilePath As String _ ) As Integer
public int ADRGetCloserTemplateForFile( string FilePath )
public function ADRGetCloserTemplateForFile( FilePath: String ): Integer;
public function ADRGetCloserTemplateForFile( FilePath : String ) : int;
public: int ADRGetCloserTemplateForFile( string* FilePath )
public: int ADRGetCloserTemplateForFile( String^ FilePath )
Parameters
- FilePath
- The path of the image to identify. Can be an empty string. If empty, prompts the user to select a file. You can subsequently use the GetLastPath() method to retrieve the path of the selected file.
Return Value
The Template ID which has the best similar content to the specified image.