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


ITopologyContainer.TopologyCount 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.TopologyCount Property
ArcGIS Developer Help

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(
  System.Int32* 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