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


ITinFeatureEdit.StopAtJuncture Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.StopAtJuncture Property
ArcGIS Developer Help

ITinFeatureEdit.StopAtJuncture Property

Indicates if a polyline related process (e.g., ExtractPolyline) should stop at juncture.

[Visual Basic .NET]
Public Property StopAtJuncture As Boolean
[C#]
public bool StopAtJuncture {get; set;}
[C++]
HRESULT get_StopAtJuncture(
  VARIANT_BOOL pbStop
);
[C++]
HRESULT put_StopAtJuncture(
  Boolean* pbStop
);
[C++]
Parameters
pbStop [in]

pbStop is a parameter of type bool pbStop [out, retval]
pbStop is a parameter of type bool*

Product Availability

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

See Also

ITinFeatureEdit Interface