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


ILasPointInfo2.IsOverlapPoint Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL pbIsOverlap
);
[C++]

Parameters pbIsOverlap [out, retval] pbIsOverlap is a parameter of type VARIANT_BOOL pbIsOverlap [in] pbIsOverlap is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILasPointInfo2 Interface