This document is archived and information here might be outdated. Recommended version. |
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*
Returns an esriCurveIteratorEnum that describes the reason for the current location of the distance iterator.
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.