ArcObjects Library Reference (GeoDatabase)  

IFeatureDatasetName.TableNames Property

An enumerator over the table (non spatial object class) names in this FeatureDataset.

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

Parameters

FeatureClassNames [out, retval]

  FeatureClassNames is a parameter of type IEnumDatasetName

Product Availability

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

See Also

IFeatureDatasetName Interface