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


ITopology.State Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopology Interface > ITopology.State Property
ArcGIS Developer Help

ITopology.State Property

Indicates whether the topology is clean or not.

[Visual Basic .NET]
Public ReadOnly Property State As esriTopologyState
[C#]
public esriTopologyState State {get;}
[C++]
HRESULT get_State(
  esriTopologyState* State
);
[C++]
Parameters
State [out, retval]

State is a parameter of type esriTopologyState*

Product Availability

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

Remarks

The State property indicates the current status of the Topology; whether the topology has been validated and if so, whether any topology errors have been discovered.

See Also

ITopology Interface