ArcObjects Library Reference (EditorExt)  

IMapTopology.Cache Property

The collection of topology elements constructed from the feature classes in this map topology.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns a reference to the TopologyElement of this MapTopology.

See Also

IMapTopology Interface

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin)

.NET Related Topics

Working with topologically related features