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


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

IEnumCurve.StopReason Property

The reason for the current position of the distance iterator.

[Visual Basic .NET]
Public ReadOnly Property StopReason As esriCurveIteratorEnum
[C#]
public esriCurveIteratorEnum StopReason {get;}
[C++]
HRESULT get_StopReason(
  esriCurveIteratorEnum* StopReason
);
[C++]
Parameters
StopReason [out, retval]

StopReason is a parameter of type esriCurveIteratorEnum*

Product Availability

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

Description

Returns an esriCurveIteratorEnum that describes the reason for the current location of the distance iterator.

Remarks

Note: The StopReason returns value different than esriCurveIteratorNoStop only if the enumerator wasn't explicitly set to the end points of a part. For example, setting the enumerator to a distance of zero will not return esriCurveIteratorStopAtPartFrom even if that option was set with the StopOptions property.

See Also

IEnumCurve Interface