This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > ICheckProgressor Interface > ICheckProgressor.AddCheck Method (ArcObjects .NET 10.5 SDK) |
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
Adds a checkmark at the specified index with the specified message.