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


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

ITopologyClass Interface

Provides access to topology class members.

Product Availability

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

Members

Name Description
Read-only property EventNotificationOnValidate Indicates if event notification is fired on validate.
Read-only property IsInTopology Indicates if the class is in a topology.
Read-only property Topology The Topology associated with the class.
Read-only property Weight The weight of the class in the topology.
Read-only property XYRank The XY rank of the class in the topology.
Read-only property ZRank The Z rank of the class in the topology.

Classes that implement ITopologyClass

Classes Description
FeatureClass Esri Feature Class object.

Remarks

The ITopologyClass interface provides read-only access to the properties of feature classes in a Topology.  Most of these properties are specified when the feature class is added to the Topology.