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


ILasWriter.Finalize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasWriter Interface > ILasWriter.Finalize Method
ArcGIS Developer Help

ILasWriter.Finalize Method

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

Product Availability

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

See Also

ILasWriter Interface