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


ILasDatasetToRasterFunctionArguments.UseTinning Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasDatasetToRasterFunctionArguments.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

ILasDatasetToRasterFunctionArguments Interface