This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointCloud Interface > ILasPointCloud.EstimatePointCount Method (ArcObjects .NET 10.4 SDK) |
Estimate point count.
[Visual Basic .NET] Public Function EstimatePointCount ( _ ByVal pAOI As IGeometry _ ) As Double
[C#] public double EstimatePointCount ( IGeometry pAOI );
[C++]
HRESULT EstimatePointCount(
IGeometry* pAOI,
double* pcPoints
);
[C++]
Parameters pAOI [in]
pAOI is a parameter of type IGeometry pcPoints [out, retval] pcPoints is a parameter of type double
Returns an estimate of the number of points within the specified area of interest.
pAOI is the input geometry representing the area of interest. Valid geometries are Polygon, Envelope and a GeometryBag with polygons or envelopes. The Z range information, if set on the input geometry, is ignored.