This document is archived and information here might be outdated. Recommended version. |
Warning message provided by the calculator.
[Visual Basic .NET] Public Sub CalculatorWarning ( _ ByVal rowID As Integer, _ ByVal bHasOID As Boolean, _ ByVal errorType As esriCalculatorErrorType, _ ByVal errorMsg As String _ )
[C#] public void CalculatorWarning ( int rowID, bool bHasOID, esriCalculatorErrorType errorType, string errorMsg );
CalculatorWarning is called when an issue was encountered during the calculation, but the calculation can continue.You can return a flag to abort, if you want to stop processing.