This document is archived and information here might be outdated. Recommended version. |
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