This document is archived and information here might be outdated. Recommended version. |
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*