Basic methods of all geometric operations. More...
import "GEOM_Gen.idl";
Public Member Functions | |
| boolean | IsDone () | 
| To know, if the operation was successfully performed.  More... | |
| void | SetErrorCode (in string theErrorID) | 
| Set the operation error code.  More... | |
| string | GetErrorCode () | 
| Get the operation error code.  More... | |
| long | GetStudyID () | 
| Get ID of study, where the operation is defined.  More... | |
| void | StartOperation () | 
| Opens a new transaction.  More... | |
| void | FinishOperation () | 
| Closes the previously opened trasaction.  More... | |
| void | AbortOperation () | 
| Aborts the previously opened transaction.  More... | |
Basic methods of all geometric operations.
| boolean IsDone | ( | ) | 
To know, if the operation was successfully performed.
| void SetErrorCode | ( | in string | theErrorID | ) | 
Set the operation error code.
| theErrorID | is a string describing the error occured | 
| string GetErrorCode | ( | ) | 
Get the operation error code.
| long GetStudyID | ( | ) | 
Get ID of study, where the operation is defined.
| void StartOperation | ( | ) | 
Opens a new transaction.
| void FinishOperation | ( | ) | 
Closes the previously opened trasaction.
| void AbortOperation | ( | ) | 
Aborts the previously opened transaction.