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.