This document is archived and information here might be outdated.  Recommended version.


ITopologyContainer.Topology Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyContainer Interface > ITopologyContainer.Topology Property
ArcGIS Developer Help

ITopologyContainer.Topology Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Returns the topology at the specified index.  The indexes go from 0 to TopologyCount -1

See Also

ITopologyContainer Interface