This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopology Interface > ITopology.State Property (ArcObjects .NET 10.5 SDK) |
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
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.