The state of a registration operation.
Syntax
__value public enum RegistrationState : public System.Enum
public enum class RegistrationState : public System.Enum
Members
Member | Description |
Failure | The registration operation failed and you cannot use the RegistrationResult object to align your image to the model. |
Success | The registration operation succeeded and you can use the RegistrationResult object to align your image to the model. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.RegistrationState
See Also