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


ILasReturnStatistics.ReturnType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasReturnStatistics Interface > ILasReturnStatistics.ReturnType Property
ArcGIS Developer Help

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