This document is archived and information here might be outdated.  Recommended version.


ILasSurface2.LasDataset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasSurface2.LasDataset Property

The source LasDataset from which the LasSurface was derived.

[Visual Basic .NET]
Public ReadOnly Property LasDataset As ILasDataset
[C#]
public ILasDataset LasDataset {get;}
[C++]
HRESULT get_LasDataset(
  ILasDataset** ppDataset
);
[C++]

Parameters ppDataset [out, retval]
ppDataset is a parameter of type ILasDataset**

Product Availability

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

See Also

ILasSurface2 Interface