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


ILasMerge.Merge Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasMerge.Merge Method

Merge one or more LAS files into one.

[Visual Basic .NET]
Public Sub Merge ( _
    ByVal pDataset As ILasDataset, _
    ByVal pFiles As ILongArray, _
    ByVal pAOI As IGeometry, _
    ByVal pOutputSpatialRef As ISpatialReference, _
    ByVal outputFileName As String _
)
[C#]
public void Merge (
    ILasDataset pDataset,
    ILongArray pFiles,
    IGeometry pAOI,
    ISpatialReference pOutputSpatialRef,
    string outputFileName
);
[C++]
HRESULT Merge(
  ILasDataset* pDataset,
  ILongArray* pFiles,
  IGeometry* pAOI,
  ISpatialReference* pOutputSpatialRef,
  BSTR outputFileName
);
[C++]

Parameters pDataset [in]
pDataset is a parameter of type ILasDataset pFiles [in]
pFiles is a parameter of type ILongArray pAOI [in]
pAOI is a parameter of type IGeometry pOutputSpatialRef [in]
pOutputSpatialRef is a parameter of type ISpatialReference outputFileName [in] outputFileName is a parameter of type BSTR

Product Availability

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

See Also

ILasMerge Interface