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.