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


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

ILasConvert.Convert Method

Convert version and/or point record format.

[Visual Basic .NET]
Public Sub Convert ( _
    ByVal pDataset As ILasDataset, _
    ByVal pFiles As ILongArray, _
    ByVal pOutputSpatialRef As ISpatialReference, _
    ByVal outputFolderName As String _
)
[C#]
public void Convert (
    ILasDataset pDataset,
    ILongArray pFiles,
    ISpatialReference pOutputSpatialRef,
    string outputFolderName
);
[C++]
HRESULT Convert(
  ILasDataset* pDataset,
  ILongArray* pFiles,
  ISpatialReference* pOutputSpatialRef,
  BSTR outputFolderName
);
[C++]
Parameters
pDataset [in]

pDataset is a parameter of type ILasDataset* pFiles [in]
pFiles is a parameter of type ILongArray* pOutputSpatialRef [in]
pOutputSpatialRef is a parameter of type ISpatialReference* outputFolderName [in]
outputFolderName is a parameter of type BSTR

Product Availability

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

See Also

ILasConvert Interface