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


ICheckProgressor.AddCheck Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ICheckProgressor.AddCheck Method

Adds a field that a checkmark can be added to.

[Visual Basic .NET]
Public Sub AddCheck ( _
    ByVal index As Integer, _
    ByVal msg As String _
)
[C#]
public void AddCheck (
    int index,
    string msg
);
[C++]
HRESULT AddCheck(
  long index,
  BSTR msg
);
[C++]

Parameters index [in] index is a parameter of type long msg [in] msg is a parameter of type BSTR

Product Availability

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

Description

Adds a checkmark at the specified index with the specified message.

See Also

ICheckProgressor Interface