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
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.