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


IRepairConnectivityProgress.Warnings Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepairConnectivityProgress Interface > IRepairConnectivityProgress.Warnings Property
ArcGIS Developer Help

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