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


INetworkCollection.GeometricNetworkCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkCollection Interface > INetworkCollection.GeometricNetworkCount Property
ArcGIS Developer Help

INetworkCollection.GeometricNetworkCount Property

The number of GeometricNetworks in this FeatureDataset.

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

numNetworks is a parameter of type int*

Product Availability

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

See Also

INetworkCollection Interface