This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDatasetName2 Interface > IFeatureDatasetName2.TopologyNames Property (ArcObjects .NET 10.5 SDK) |
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
This method returns an enumeration of all the TopologyNames in the FeatureDataset.