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


ILasWriter.Finalize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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 VARIANT_BOOL bComputeStats [in] bComputeStats is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILasWriter Interface