This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumPointAndDistance Interface > IEnumPointAndDistance.OnRightSide Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the query point is to the right of the curve at the current position.
[Visual Basic .NET] Public ReadOnly Property OnRightSide As Boolean
[C#] public bool OnRightSide {get;}
[C++]
HRESULT get_OnRightSide(
VARIANT_BOOL* OnRightSide
);
[C++]
Parameters OnRightSide [out, retval] OnRightSide is a parameter of type VARIANT_BOOL
OnRightSide indicates if the current point is on the right side of the curve.