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


ILasToRasterFunctionArguments.UseTinning 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.UseTinning Property
ArcGIS Developer Help

ILasToRasterFunctionArguments.UseTinning Property

Use tinning.

[Visual Basic .NET]
Public Property UseTinning As Boolean
[C#]
public bool UseTinning {get; set;}
[C++]
HRESULT get_UseTinning(
  Boolean* pUseTinning
);
[C++]
HRESULT put_UseTinning(
  VARIANT_BOOL pUseTinning
);
[C++]
Parameters
pUseTinning [out, retval]

pUseTinning is a parameter of type bool* pUseTinning [in]
pUseTinning is a parameter of type bool

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface