This document is archived and information here might be outdated. Recommended version. |
The topology at the specified index.
[Visual Basic .NET] Public Function get_Topology ( _ ByVal Index As Integer _ ) As ITopology
[C#] public ITopology get_Topology ( int Index );
[C++]
HRESULT get_Topology(
long Index,
ITopology** Topology
);
[C++] Parameters Index [in]
Index is a parameter of type long Topology [out, retval]
Topology is a parameter of type ITopology**
Returns the topology at the specified index. The indexes go from 0 to TopologyCount -1