Topology of the Feature Class.
[Visual Basic .NET] Public Property Topology As esriFeatureClassTopology
[C#] public esriFeatureClassTopology Topology {get; set;}
[C++]
HRESULT get_Topology(
esriFeatureClassTopology* Topology
);
[C++]
HRESULT put_Topology(
esriFeatureClassTopology Topology
);
[C++]Parameters
Topology [out, retval]Topology is a parameter of type esriFeatureClassTopology
Topology [in]Topology is a parameter of type esriFeatureClassTopology
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.