This document is archived and information here might be outdated. Recommended version. |
Finish adding data to the LAS file and save the result.
[Visual Basic .NET]
Public Sub Finalize ( _
ByVal bSaveResult As Boolean, _
ByVal bComputeStats As Boolean _
)
[C#]
public void Finalize (
bool bSaveResult,
bool bComputeStats
);
[C++]
HRESULT Finalize(
VARIANT_BOOL bSaveResult,
VARIANT_BOOL bComputeStats
);
[C++] Parameters bSaveResult [in]
bSaveResult is a parameter of type bool bComputeStats [in]
bComputeStats is a parameter of type bool