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


ITopologyErrorSelection.SelectExceptions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITopologyErrorSelection Interface > ITopologyErrorSelection.SelectExceptions Property
ArcGIS Developer Help

ITopologyErrorSelection.SelectExceptions Property

Indicates if exceptions are selectable.

[Visual Basic .NET]
Public Property SelectExceptions As Boolean
[C#]
public bool SelectExceptions {get; set;}
[C++]
HRESULT get_SelectExceptions(
  Boolean* sel
);
[C++]
HRESULT put_SelectExceptions(
  VARIANT_BOOL sel
);
[C++]
Parameters
sel [out, retval]

sel is a parameter of type bool* sel [in]
sel is a parameter of type bool

Product Availability

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

See Also

ITopologyErrorSelection Interface