This document is archived and information here might be outdated.  Recommended version.


ITinFeatureEdit.StopAtEnforcedEdge Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.StopAtEnforcedEdge Property
ArcGIS Developer Help

ITinFeatureEdit.StopAtEnforcedEdge Property

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*

Product Availability

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

See Also

ITinFeatureEdit Interface