Provides access to topology class members.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
All Properties Methods
Description
EventNotificationOnValidate
Indicates if event notification is fired on validate.
IsInTopology
Indicates if the class is in a topology.
Topology
The Topology associated with the class.
Weight
The weight of the class in the topology.
XYRank
The XY rank of the class in the topology.
ZRank
The Z rank of the class in the topology.
CoClasses that implement ITopologyClass
CoClasses and 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.
.NET Samples Curve conversion add-in (Code Files:
CurveConversionDockWin )