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


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

ICalculator.Calculate Method

Performs the calculation by executing the pre-expression and expression.

[Visual Basic .NET]
Public Function Calculate ( _
) As IEnvelope
[C#]
public IEnvelope Calculate (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The calculate method returns an Envelope which covers features that have been modified by the calculation. This envelope can be used to refresh the display for the calculated area only. If the table used in the calculate is non-spatial, a null is returned.

See Also

ICalculator Interface | ICalculatorCallback Interface