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.