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


ILasPointCloud2.GetLasPointsExt Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointCloud2.GetLasPointsExt Method

Returns a point enumerator object.

[Visual Basic .NET]
Public Function GetLasPointsExt ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pLasFiles As ILongArray, _
    ByVal pFilter As ILasPointFilter, _
    ByVal thinningFactor As Double, _
    ByVal ZFactor As Double _
) As IEnumLasPoint
[C#]
public IEnumLasPoint GetLasPointsExt (
    ITrackCancel pTrackCancel,
    ILongArray pLasFiles,
    ILasPointFilter pFilter,
    double thinningFactor,
    double ZFactor
);
[C++]
HRESULT GetLasPointsExt(
  ITrackCancel* pTrackCancel,
  ILongArray* pLasFiles,
  ILasPointFilter* pFilter,
  double thinningFactor,
  double ZFactor,
  IEnumLasPoint** ppPoints
);
[C++]

Parameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel pLasFiles [in]
pLasFiles is a parameter of type ILongArray pFilter [in]
pFilter is a parameter of type ILasPointFilter thinningFactor [in] thinningFactor is a parameter of type double ZFactor [in] ZFactor is a parameter of type double ppPoints [out, retval]
ppPoints is a parameter of type IEnumLasPoint

Product Availability

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

See Also

ILasPointCloud2 Interface