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


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

ILasPointInfo2.IsOverlapPoint Property

Indicates if the point is an overlap point.

[Visual Basic .NET]
Public Property IsOverlapPoint As Boolean
[C#]
public bool IsOverlapPoint {get; set;}
[C++]
HRESULT get_IsOverlapPoint(
  VARIANT_BOOL pbIsOverlap
);
[C++]
HRESULT put_IsOverlapPoint(
  Boolean* pbIsOverlap
);
[C++]
Parameters
pbIsOverlap [in]

pbIsOverlap is a parameter of type bool pbIsOverlap [out, retval]
pbIsOverlap is a parameter of type bool*

Product Availability

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

See Also

ILasPointInfo2 Interface