This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyContainer Interface > ITopologyContainer.Topology Property (ArcObjects .NET 10.5 SDK) |
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