This document is archived and information here might be outdated. Recommended version. |
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