ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Working with topologically related features |