The topology graph of the topology.
[Visual Basic 6.0] Property Cache As ITopologyGraph
[Visual Basic .NET] Public ReadOnly Property Cache As ITopologyGraph
[C#] public ITopologyGraph Cache {get;}
[Java] public ITopologyGraph getCache() throws IOException, AutomationException
[C++] HRESULT get_Cache( ITopologyGraph** graph );
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.