Enum CADHostResultState
Defines the possible result states that are returned from the CAD host methods.
Namespace: UOL.SDK
Assembly: UOL.SDK.dll
Syntax
public enum CADHostResultState
Fields
Name | Description |
---|---|
Failed | The Failed result to return when something went wrong during the method execution. |
Succeeded | The Succeeded result to return when the method finished successfully. |