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


IEnumPointAndDistance.OnRightSide Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumPointAndDistance Interface > IEnumPointAndDistance.OnRightSide Property
ArcGIS Developer Help

IEnumPointAndDistance.OnRightSide Property

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(
  Boolean* OnRightSide
);
[C++]
Parameters
OnRightSide [out, retval]

OnRightSide is a parameter of type bool*

Product Availability

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

Description

OnRightSide indicates if the current point is on the right side of the curve.

See Also

IEnumPointAndDistance Interface