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


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

ILasDatasetToRasterFunctionArguments.UseConstraints Property

Indicates whether to use 3D constraints included in the LasDataset or not.

[Visual Basic .NET]
Public Property UseConstraints As Boolean
[C#]
public bool UseConstraints {get; set;}
[C++]
HRESULT get_UseConstraints(
  Boolean* pbUseConstraints
);
[C++]
HRESULT put_UseConstraints(
  VARIANT_BOOL pbUseConstraints
);
[C++]

Parameters pbUseConstraints [out, retval]
pbUseConstraints is a parameter of type bool* pbUseConstraints [in]
pbUseConstraints is a parameter of type bool

Product Availability

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

See Also

ILasDatasetToRasterFunctionArguments Interface