This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationExpressionParser2 Interface > IAnnotationExpressionParser2.LastError Method (ArcObjects .NET 10.4 SDK) |
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