This document is archived and information here might be outdated.  Recommended version.


ILasFile.EstimatePointCount Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.EstimatePointCount Method
ArcGIS Developer Help

ILasFile.EstimatePointCount Method

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
);
[C++]
Parameters
pAOI [in]

pAOI is a parameter of type IGeometry*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasFile Interface