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


ITopologyExtension.MapTopology Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface > ITopologyExtension.MapTopology Property
ArcGIS Developer Help

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