Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GEOM::GEOM_IOperations Interface Reference

Basic methods of all geometric operations.

import "GEOM_Gen.idl";

Inheritance diagram for GEOM::GEOM_IOperations:
Inheritance graph

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...
 

Member Function Documentation

void GEOM::GEOM_IOperations::AbortOperation ( )
void GEOM::GEOM_IOperations::FinishOperation ( )
string GEOM::GEOM_IOperations::GetErrorCode ( )
long GEOM::GEOM_IOperations::GetStudyID ( )
boolean GEOM::GEOM_IOperations::IsDone ( )
void GEOM::GEOM_IOperations::SetErrorCode ( in string  theErrorID)
Parameters
theErrorIDis a string describing the error occured
Note
This method is supposed to be used only by interfaces inheriting from IOperations.
void GEOM::GEOM_IOperations::StartOperation ( )

The documentation for this interface was generated from the following file: