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