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


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

ITinEdgeTypeFilter2.RegularEdgesExcluded Property

Indicates if regular edges should be excluded.

[Visual Basic .NET]
Public Property RegularEdgesExcluded As Boolean
[C#]
public bool RegularEdgesExcluded {get; set;}
[C++]
HRESULT get_RegularEdgesExcluded(
  VARIANT_BOOL pbExcludeRegularEdge
);
[C++]
HRESULT put_RegularEdgesExcluded(
  Boolean* pbExcludeRegularEdge
);
[C++]
Parameters
pbExcludeRegularEdge [in]

pbExcludeRegularEdge is a parameter of type bool pbExcludeRegularEdge [out, retval]
pbExcludeRegularEdge is a parameter of type bool*

Product Availability

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

See Also

ITinEdgeTypeFilter2 Interface