FormSuite v6.0 - Updated
IdentificationTime Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > FormTimingResult Class : IdentificationTime Property
Gets or sets a value indicating the amount of time spent identifying the image.
Syntax
'Declaration
 
Public Property IdentificationTime As TimeSpan
'Usage
 
Dim instance As FormTimingResult
Dim value As TimeSpan
 
instance.IdentificationTime = value
 
value = instance.IdentificationTime
public TimeSpan IdentificationTime {get; set;}
public: __property TimeSpan get_IdentificationTime();
public: __property void set_IdentificationTime( 
   TimeSpan value
);
public:
property TimeSpan IdentificationTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
See Also

Reference

FormTimingResult Class
FormTimingResult Members

Is this page helpful?
Yes No
Thanks for your feedback.