ArcObjects Library Reference (DefenseSolutions)  

IEngineStatus Interface

Provides access to status information on the MOLE core engine.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method Clear Clear the current status code or error number.
Read-only property Message The method gets the message string associated with the current status code or error number.
Read-only property Number The method gets the current status code or error number.

CoClasses that implement IEngineStatus

CoClasses and Classes Description
MoleCoreHelper A utility class that provides general services and useful information.

Remarks

When renderers attempt to render inputs to create cached graphics they sometimes have difficutly recognizing or interpreting those inputs.  When this occurs the rendererers will not be able to return a graphic and will in fact return null or nothing.  This interface can be used to determine why the last failure occured.  Use the Clear method to reset the MOLE engine's status after a problem does arise.