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


IMapTopology.Cache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IM > IMapTopology Interface > IMapTopology.Cache Property
ArcGIS Developer Help

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