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


ILasDataset.CreateDynamicSurface Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.CreateDynamicSurface Method

Returns an implicit surface.

[Visual Basic .NET]
Public Function CreateDynamicSurface ( _
) As ILasSurface
[C#]
public ILasSurface CreateDynamicSurface (
);
[C++]
HRESULT CreateDynamicSurface(
  ILasSurface** ppSurface
);
[C++]

Parameters ppSurface [out, retval]
ppSurface is a parameter of type ILasSurface

Product Availability

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

Description

Returns an implicit surface from which TINs and rasters are derived.

See Also

ILasDataset Interface