GEOM.GEOM_IOperations Interface Reference

import "GEOM_Gen.idl";

Inheritance diagram for GEOM.GEOM_IOperations:

Inheritance graph

Public Member Functions

boolean IsDone ()
void SetErrorCode (in string theErrorID)
string GetErrorCode ()
long GetStudyID ()
void StartOperation ()
void FinishOperation ()
void AbortOperation ()

Detailed Description

GEOM_IOperations: basic methods of all geometric operations


Member Function Documentation

boolean GEOM.GEOM_IOperations.IsDone  ) 
 

To know, if the operation was successfully performed

void GEOM.GEOM_IOperations.SetErrorCode in string  theErrorID  ) 
 

Set the operation error code

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

string GEOM.GEOM_IOperations.GetErrorCode  ) 
 

Get the operation error code

long GEOM.GEOM_IOperations.GetStudyID  ) 
 

Get ID of study, where the operation is defined

void GEOM.GEOM_IOperations.StartOperation  ) 
 

Opens a new transaction

void GEOM.GEOM_IOperations.FinishOperation  ) 
 

Closes the previously opened trasaction

void GEOM.GEOM_IOperations.AbortOperation  ) 
 

Aborts the previously opened transaction


Generated on Wed Feb 8 00:23:20 2006 for SALOME - GEOM - v.2.2.8 by doxygen 1.3.7