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


ICoverageFeatureClassName.Topology Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICoverageFeatureClassName.Topology Property

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.

See Also

ICoverageFeatureClassName Interface