This document is archived and information here might be outdated.  Recommended version.


ICalculatorUI2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IC > ICalculatorUI2 Interface
ArcGIS Developer Help

ICalculatorUI2 Interface

Provides access to members that control the field calculator.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property Callback The call back routine.
Method DoModal Displays the dialog used to perform calculations.
Read/write property Expression Expression or value applied to a field in each row of the cursor.
Write-only property Field Field to perform calculation on.
Read/write property PreExpression A pre-calculation code determination of a value or variable that may be passed to the expression, or value, of the calculation.
Write-only property QueryFilter QueryFilter used for reading and writing data (optional).
Write-only property SelectionSet SelectionSet to perform calculation on (optional).
Write-only property Table Table to perform calculation on.

Classes that implement ICalculatorUI2

Classes Description
CalculatorUI Window to display calculator dialog.