This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.EstimatePointCount Method (ArcObjects .NET 10.5 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