This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.StopAtJuncture Property (ArcObjects .NET 10.5 SDK) |
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