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