This document is archived and information here might be outdated. Recommended version. |
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