ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasReturnStatistics.ReturnType Property

The return type associated with the statistics.

[Visual Basic .NET]
Public ReadOnly Property ReturnType As esriTerrainLasReturnType
[C#]
public esriTerrainLasReturnType ReturnType {get;}
[C++]
HRESULT get_ReturnType(
  esriTerrainLasReturnType* pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriTerrainLasReturnType

Product Availability

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

Description

The return type (see esriTerrainLasReturnType) these statistics are associated with.

See Also

ILasReturnStatistics Interface