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


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

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
);
[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

Product Availability

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

See Also

ILasPointCloud2 Interface