This document is archived and information here might be outdated. Recommended version. |
Indicates if a polygon related process (e.g., ExtractPolygon) should stop when reach an enforced edge.
[Visual Basic .NET] Public Property StopAtEnforcedEdge As Boolean
[C#] public bool StopAtEnforcedEdge {get; set;}
[C++]
HRESULT get_StopAtEnforcedEdge(
VARIANT_BOOL pbStop
);
[C++]
HRESULT put_StopAtEnforcedEdge(
Boolean* pbStop
);
[C++]
Parameters pbStop [in]
pbStop is a parameter of type bool pbStop [out, retval]
pbStop is a parameter of type bool*