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


ILasReturnStatistics2.OverlapPointCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasReturnStatistics2 Interface > ILasReturnStatistics2.OverlapPointCount Property
ArcGIS Developer Help

ILasReturnStatistics2.OverlapPointCount Property

The number of Overlap points associated with this return.

[Visual Basic .NET]
Public ReadOnly Property OverlapPointCount As Double
[C#]
public double OverlapPointCount {get;}
[C++]
HRESULT get_OverlapPointCount(
  System.Double* pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type double*

Product Availability

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

See Also

ILasReturnStatistics2 Interface