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


ICoverageFeatureClass.Topology Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICoverageFeatureClass.Topology Property

Topology of the Feature Class.

[Visual Basic .NET]
Public ReadOnly Property Topology As esriFeatureClassTopology
[C#]
public esriFeatureClassTopology Topology {get;}
[C++]
HRESULT get_Topology(
  esriFeatureClassTopology* Topology
);
[C++]

Parameters Topology [out, retval]
Topology is a parameter of type esriFeatureClassTopology

Product Availability

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

Remarks

Topology explicitly defines spatial relationships, between features. This property will return the current state of the feature class' topology, if it is unknown, or if it is supported.

See Also

ICoverageFeatureClass Interface