This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopology Interface > ITopology.Cache Property (ArcObjects .NET 10.4 SDK) |
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
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.