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


IEnumCurve.StopOptions 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.StopOptions Property
ArcGIS Developer Help

IEnumCurve.StopOptions Property

Stop options for the distance iterator.

[Visual Basic .NET]
Public Property StopOptions As esriCurveIteratorEnum
[C#]
public esriCurveIteratorEnum StopOptions {get; set;}
[C++]
HRESULT get_StopOptions(
  esriCurveIteratorEnum StopOptions
);
[C++]
HRESULT put_StopOptions(
  esriCurveIteratorEnum* StopOptions
);
[C++]
Parameters
StopOptions 

StopOptions is a parameter of type esriCurveIteratorEnum StopOptions [out, retval]
StopOptions is a parameter of type esriCurveIteratorEnum*

Product Availability

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

Description

Returns and sets the current esriCurveIteratorEnum stop conditions for the distance iterator.

See Also

IEnumCurve Interface