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


ITopologyClass.Topology Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyClass.Topology Property

The Topology associated with the class.

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

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

Product Availability

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

Remarks

Returns the Topology this FeatureClass is associated with.  A FeatureClass can be associated with only 1 Topology.

See Also

ITopologyClass Interface

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin)