ArcObjects Library Reference (EditorExt)  

ITopologyExtension.MapTopology Property

The current map topology.

[Visual Basic .NET]
Public ReadOnly Property MapTopology As IMapTopology
[C#]
public IMapTopology MapTopology {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This method returns a reference to the current map topology.  Only one map topology is available for an edit session. 

See Also

ITopologyExtension Interface

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin)