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


IRepairConnectivityProgress.Warnings Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRepairConnectivityProgress.Warnings Property

An array of strings that display errors found while repairing connectivity.

[Visual Basic .NET]
Public ReadOnly Property Warnings As Object
[C#]
public object Warnings {get;}
[C++]
HRESULT get_Warnings(
  VARIANT* Warnings
);
[C++]

Parameters Warnings [out, retval] Warnings is a parameter of type VARIANT

Product Availability

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

See Also

IRepairConnectivityProgress Interface