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


IEventSourceErrors.GetErrorCursor Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEventSourceErrors.GetErrorCursor Method

The cursor of the events with locating errors.

[Visual Basic .NET]
Public Function GetErrorCursor ( _
    ByVal filter As IQueryFilter _
) As ICursor
[C#]
public ICursor GetErrorCursor (
    IQueryFilter filter
);
[C++]
HRESULT GetErrorCursor(
  IQueryFilter* filter,
  ICursor** Cursor
);
[C++]

Parameters filter [in]
filter is a parameter of type IQueryFilter Cursor [out, retval]
Cursor is a parameter of type ICursor

Product Availability

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

See Also

IEventSourceErrors Interface