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


IEventSourceErrors.GetErrorCursor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEventSourceErrors Interface > IEventSourceErrors.GetErrorCursor Method
ArcGIS Developer Help

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
);
[C++]
Parameters
filter [in]

filter is a parameter of type IQueryFilter*

Product Availability

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

See Also

IEventSourceErrors Interface