This document is archived and information here might be outdated. Recommended version. |
Select and output a subset of points.
[Visual Basic .NET] Public Sub Select ( _ ByVal pTrackCancel As ITrackCancel, _ ByVal pDataset As ILasDataset, _ ByVal pFiles As ILongArray, _ ByVal pAOI As IGeometry, _ ByVal pSelectionResolution As IEnvelope, _ ByVal outputFolderName As String, _ ByVal fileNameSuffix As String, _ ByVal pNewDataset As ILasDataset _ )
[C#] public void Select ( ITrackCancel pTrackCancel, ILasDataset pDataset, ILongArray pFiles, IGeometry pAOI, IEnvelope pSelectionResolution, string outputFolderName, string fileNameSuffix, ILasDataset pNewDataset );
[C++]
HRESULT Select(
ITrackCancel* pTrackCancel,
ILasDataset* pDataset,
ILongArray* pFiles,
IGeometry* pAOI,
IEnvelope* pSelectionResolution,
BSTR outputFolderName,
BSTR fileNameSuffix,
ILasDataset* pNewDataset
);
[C++] Parameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel* 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* pSelectionResolution [in]
pSelectionResolution is a parameter of type IEnvelope* outputFolderName [in]
outputFolderName is a parameter of type BSTR fileNameSuffix [in]
fileNameSuffix is a parameter of type BSTR pNewDataset [in]
pNewDataset is a parameter of type ILasDataset*