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


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

ITopology.TopologyID Property

The ID of the topology.

[Visual Basic .NET]
Public ReadOnly Property TopologyID As Integer
[C#]
public int TopologyID {get;}
[C++]
HRESULT get_TopologyID(
  System.Int32* ID
);
[C++]
Parameters
ID [out, retval]

ID is a parameter of type long*

Product Availability

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

Remarks

Each topology in a Geodatabase is identified by a unique value, the TopologyID property.  The TopologyID can be used to get a reference to the corresponding topology through the ITopologyContainer::TopologyByID property.

See Also

ITopology Interface