ArcObjects Library Reference (GeoDatabase)  

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