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


IAnnotationExpressionParser2.LastError Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnotationExpressionParser2.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(
  long* number,
  long* line,
  BSTR* 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

IAnnotationExpressionParser2 Interface