[Visual Basic .NET] Public Function GetLasPointsByBudget ( _ ByVal pTrackCancel As ITrackCancel, _ ByVal pFilter As ILasPointFilter, _ ByVal maxPointCount As Double, _ ByVal ZFactor As Double _ ) As IEnumLasPoint
[C#] public IEnumLasPoint GetLasPointsByBudget ( ITrackCancel pTrackCancel, ILasPointFilter pFilter, double maxPointCount, double ZFactor );
[C++]
HRESULT GetLasPointsByBudget(
ITrackCancel* pTrackCancel,
ILasPointFilter* pFilter,
double maxPointCount,
double ZFactor,
IEnumLasPoint** ppPoints
);
[C++]Parameters
pTrackCancel [in]pTrackCancel is a parameter of type ITrackCancel
pFilter [in]pFilter is a parameter of type ILasPointFilter
maxPointCount [in] maxPointCount 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.