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


ILasToRasterFunctionArguments.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.DataType Property
ArcGIS Developer Help

ILasToRasterFunctionArguments.DataType Property

Data type.

[Visual Basic .NET]
Public Property DataType As esriRasterLasDataType
[C#]
public esriRasterLasDataType DataType {get; set;}
[C++]
HRESULT get_DataType(
  esriRasterLasDataType* pDataType
);
[C++]
HRESULT put_DataType(
  esriRasterLasDataType pDataType
);
[C++]
Parameters
pDataType [out, retval]

pDataType is a parameter of type esriRasterLasDataType* pDataType [in]
pDataType is a parameter of type esriRasterLasDataType

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface