This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITopologyErrorSelection Interface > ITopologyErrorSelection.SelectExceptions Property (ArcObjects .NET 10.5 SDK) |
Indicates if exceptions are selectable.
[Visual Basic .NET] Public Property SelectExceptions As Boolean
[C#] public bool SelectExceptions {get; set;}
[C++]
HRESULT get_SelectExceptions(
VARIANT_BOOL* sel
);
[C++]
HRESULT put_SelectExceptions(
VARIANT_BOOL sel
);
[C++]
Parameters sel [out, retval] sel is a parameter of type VARIANT_BOOL sel [in] sel is a parameter of type VARIANT_BOOL