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