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


ILasReturnStatistics.ReturnType Property (ArcObjects .NET 10.4 SDK)
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