This document is archived and information here might be outdated. Recommended version. |
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.