ArcObjects Library Reference (GeoDatabase)  

ITopologyContainer.TopologyCount Property

The number of topologies in the container.

[Visual Basic .NET]
Public ReadOnly Property TopologyCount As Integer
[C#]
public int TopologyCount {get;}
[C++]
HRESULT get_TopologyCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

Remarks

The number of Topologies in this container (FeatureDataset).

See Also

ITopologyContainer Interface