The Dataset associated with the renderer.
[Visual Basic .NET] Public Property Dataset As IDataset
[C#] public IDataset Dataset {get; set;}
[C++]
HRESULT get_Dataset(
IDataset** ppDataset
);
[C++]
HRESULT putref_Dataset(
IDataset* ppDataset
);
[C++]Parameters
ppDataset [out, retval]ppDataset is a parameter of type IDataset
ppDataset [in]ppDataset is a parameter of type IDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.