Accusoft.FormFix5.Net
State Property (RegistrationResult)




The state of the registration operation.
Syntax
'Declaration
 
Public ReadOnly Property State As RegistrationState
'Usage
 
Dim instance As RegistrationResult
Dim value As RegistrationState
 
value = instance.State
public RegistrationState State {get;}
public: __property RegistrationState get_State();
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback