ArcObjects Library Reference (GeoDatabase)  

IFeatureDatasetName2.TopologyNames Property

An enumerator over the topology names in this FeatureDataset.

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

Parameters

TopologyNames [out, retval]

  TopologyNames is a parameter of type IEnumDatasetName

Product Availability

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

Remarks

This method returns an enumeration of all the TopologyNames in the FeatureDataset.

See Also

IFeatureDatasetName2 Interface