Version: 9.15.0
Home
GEOM_IOperations Interface Reference

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...
 
void StartOperation ()
 Opens a new transaction. More...
 
void FinishOperation ()
 Closes the previously opened transaction. More...
 
void AbortOperation ()
 Aborts the previously opened transaction. More...
 

Detailed Description

Basic methods of all geometric operations.

Member Function Documentation

◆ IsDone()

boolean IsDone ( )

To know, if the operation was successfully performed.

◆ SetErrorCode()

void SetErrorCode ( in string  theErrorID)

Set the operation error code.

Parameters
theErrorIDis a string describing the error occurred
Note
This method is supposed to be used only by interfaces inheriting from IOperations.

◆ GetErrorCode()

string GetErrorCode ( )

Get the operation error code.

◆ StartOperation()

void StartOperation ( )

Opens a new transaction.

◆ FinishOperation()

void FinishOperation ( )

Closes the previously opened transaction.

◆ AbortOperation()

void AbortOperation ( )

Aborts the previously opened transaction.