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


ITopology.Cache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopology Interface > ITopology.Cache Property
ArcGIS Developer Help

ITopology.Cache Property

The topology graph of the topology.

[Visual Basic .NET]
Public ReadOnly Property Cache As ITopologyGraph
[C#]
public ITopologyGraph Cache {get;}
[C++]
HRESULT get_Cache(
  ITopologyGraph** graph
);
[C++]
Parameters
graph [out, retval]

graph is a parameter of type ITopologyGraph**

Product Availability

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

Description

The Cache property returns a reference to the topology graph of the Topology. The topology graph can be used for working with topological primitives such as edges and nodes.  For more information, see the TopologyGraph object for additional help.

See Also

ITopology Interface