Accusoft.Forms1 - Updated
State Property (RegistrationResult)



Accusoft.FormFixSdk Namespace > RegistrationResult Class : State Property
The state of the registration operation.
Syntax
Public ReadOnly Property State As RegistrationState
Dim instance As RegistrationResult
Dim value As RegistrationState
 
value = instance.State
public RegistrationState State {get;}
public:
property RegistrationState State {
   RegistrationState get();
}
Remarks
This property represents the state of the registration operation which returned this object. Normally, this property will be equal to RegistrationState.Success, but it will be RegistrationState.Failure if the registration operation could not register the image to the model.
See Also

Reference

RegistrationResult Class
RegistrationResult Members