This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppDataset is a parameter of type IDataset* ppDataset [out, retval]
ppDataset is a parameter of type IDataset**