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


ICheckProgressor.AddCheck Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > ICheckProgressor Interface > ICheckProgressor.AddCheck Method
ArcGIS Developer Help

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