This document is archived and information here might be outdated. Recommended version. |
The LasDataset used to define the layer.
[Visual Basic .NET] Public Property Dataset As ILasDataset
[C#] public ILasDataset Dataset {get; set;}
[C++]
HRESULT get_Dataset(
ILasDataset** ppLasDataset
);
[C++]
HRESULT putref_Dataset(
ILasDataset* ppLasDataset
);
[C++] Parameters ppLasDataset [out, retval]
ppLasDataset is a parameter of type ILasDataset** ppLasDataset [in]
ppLasDataset is a parameter of type ILasDataset*