ArcGIS Developer Help  (GeoDatabase)    

ITopology.TopologyID Property

The ID of the topology.

[Visual Basic 6.0]
Property TopologyID As Long
[Visual Basic .NET]
Public ReadOnly Property TopologyID As Integer
[C#]
public int TopologyID {get;}
[Java]
public int getTopologyID()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TopologyID(
  long* 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

 


Feedback Send feedback on this page