ArcObjects Library Reference (GeoDatabaseUI)  

ICalculatorCallback Interface

Provides access to events that occur when the state of the calculator changes.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use ICalculatorCallBack to monitor the progress of calculation operations.

Members

Description
Method CalculatorError Error message provided by the calculator.
Method CalculatorWarning Warning message provided by the calculator.
Method Status Current Status of the calculator.

CoClasses that implement ICalculatorCallback

CoClasses and Classes Description
CalculatorCallback If the calculation engine has a class of CalculatorCallback, then it can interact with the client on the current progress.

See Also

ICalculator Interface

.NET Related Topics

GeoDatabaseUI