ArcObjects Library Reference (Carto)  

ILasDatasetLayer.GetCurrentSurface Method

Gets current surface.

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

Parameters

ppSurface [out, retval]

  ppSurface is a parameter of type ISurface

Product Availability

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

See Also

ILasDatasetLayer Interface