This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyContainer Interface > ITopologyContainer.TopologyCount Property (ArcObjects .NET 10.5 SDK) |
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
The number of Topologies in this container (FeatureDataset).