ArcObjects Library Reference (DefenseSolutions)  

IMADatasets.Dataset Property

The name of the dataset at the specified index.

[Visual Basic .NET]
Public Function get_Dataset ( _
    ByVal Index As Integer _
) As String
[C#]
public string get_Dataset (
    int Index
);
[C++]
HRESULT get_Dataset(
  long Index,
  BSTR* strDataset
);
[C++]

Parameters

Index [in]   Index is a parameter of type long strDataset [out, retval]   strDataset is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMADatasets Interface