ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL pbStop
);
[C++]

Parameters

pbStop [out, retval]   pbStop is a parameter of type VARIANT_BOOL pbStop [in]   pbStop is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITinFeatureEdit Interface