This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo2 Interface > ILasPointInfo2.IsOverlapPoint Property (ArcObjects .NET 10.4 SDK) |
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