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


ITinEdgeTypeFilter2.RegularEdgesExcluded Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL pbExcludeRegularEdge
);
[C++]

Parameters pbExcludeRegularEdge [out, retval] pbExcludeRegularEdge is a parameter of type VARIANT_BOOL pbExcludeRegularEdge [in] pbExcludeRegularEdge is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITinEdgeTypeFilter2 Interface