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


ILasTile.Tile Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasTile.Tile Method

Tile LAS files.

[Visual Basic .NET]
Public Sub Tile ( _
    ByVal pDataset As ILasDataset, _
    ByVal pFiles As ILongArray, _
    ByVal pAOI As IGeometry, _
    ByVal pOutputSpatialRef As ISpatialReference, _
    ByVal outputFolderName As String, _
    ByVal originX As Double, _
    ByVal originY As Double, _
    ByVal tileSizeX As Double, _
    ByVal tileSizeY As Double, _
    ByVal pNewDataset As ILasDataset, _
    ByRef pMissingFileNameCount As Integer _
)
[C#]
public void Tile (
    ILasDataset pDataset,
    ILongArray pFiles,
    IGeometry pAOI,
    ISpatialReference pOutputSpatialRef,
    string outputFolderName,
    double originX,
    double originY,
    double tileSizeX,
    double tileSizeY,
    ILasDataset pNewDataset,
    ref int pMissingFileNameCount
);
[C++]
HRESULT Tile(
  ILasDataset* pDataset,
  ILongArray* pFiles,
  IGeometry* pAOI,
  ISpatialReference* pOutputSpatialRef,
  BSTR outputFolderName,
  double originX,
  double originY,
  double tileSizeX,
  double tileSizeY,
  ILasDataset* pNewDataset,
  long* pMissingFileNameCount
);
[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 outputFolderName [in] outputFolderName is a parameter of type BSTR originX [in] originX is a parameter of type double originY [in] originY is a parameter of type double tileSizeX [in] tileSizeX is a parameter of type double tileSizeY [in] tileSizeY is a parameter of type double pNewDataset [in]
pNewDataset is a parameter of type ILasDataset pMissingFileNameCount [out] pMissingFileNameCount is a parameter of type long

Product Availability

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

See Also

ILasTile Interface