This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointCloud2 Interface > ILasPointCloud2.GetLasPointsExt Method (ArcObjects .NET 10.4 SDK) |
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