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


IAnnotationExpressionParser.LastError Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationExpressionParser Interface > IAnnotationExpressionParser.LastError Method
ArcGIS Developer Help

IAnnotationExpressionParser.LastError Method

Reports error that occurred in FindLabel method.

[Visual Basic .NET]
Public Sub LastError ( _
    ByRef number As Integer, _
    ByRef line As Integer, _
    ByRef Description As String _
)
[C#]
public void LastError (
    ref int number,
    ref int line,
    ref string Description
);
[C++]
HRESULT LastError(
  System.Int32* number,
  System.Int32* line,
  System.String* Description
);
[C++]
Parameters
number [in, out]

number is a parameter of type long* line [in, out]
line is a parameter of type long* Description [in, out]
Description is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnnotationExpressionParser Interface