ArcObjects Library Reference (GeoDatabase)  

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