ArcObjects Library Reference (GeoDatabase)  

IDatasetContainerName.DatasetNames Property

An enumerator over the specified dataset names in this FeatureDataset.

[Visual Basic .NET]
Public Function get_DatasetNames ( _
    ByVal Type As esriDatasetType _
) As IEnumDatasetName
[C#]
public IEnumDatasetName get_DatasetNames (
    esriDatasetType Type
);
[C++]
HRESULT get_DatasetNames(
  esriDatasetType Type,
  IEnumDatasetName** DatasetNames
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriDatasetType

DatasetNames [out, retval]

  DatasetNames is a parameter of type IEnumDatasetName

Product Availability

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

See Also

IDatasetContainerName Interface