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


ILasPointSelection.Select Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointSelection.Select Method

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 pNewDataset As ILasDataset _
)
[C#]
public void Select (
    ITrackCancel pTrackCancel,
    ILasDataset pDataset,
    ILongArray pFiles,
    IGeometry pAOI,
    IEnvelope pSelectionResolution,
    string outputFolderName,
    ILasDataset pNewDataset
);
[C++]
HRESULT Select(
  ITrackCancel* pTrackCancel,
  ILasDataset* pDataset,
  ILongArray* pFiles,
  IGeometry* pAOI,
  IEnvelope* pSelectionResolution,
  BSTR outputFolderName,
  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 pNewDataset [in]
pNewDataset is a parameter of type ILasDataset*

Product Availability

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

See Also

ILasPointSelection Interface