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


IFeatureDatasetName.GeometricNetworkNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureDatasetName.GeometricNetworkNames Property

An enumerator over the geometric network names in this FeatureDataset.

[Visual Basic .NET]
Public ReadOnly Property GeometricNetworkNames As IEnumDatasetName
[C#]
public IEnumDatasetName GeometricNetworkNames {get;}
[C++]
HRESULT get_GeometricNetworkNames(
  IEnumDatasetName** GeometricNetworkNames
);
[C++]

Parameters GeometricNetworkNames [out, retval]
GeometricNetworkNames is a parameter of type IEnumDatasetName

Product Availability

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

See Also

IFeatureDatasetName Interface