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


ITopologyErrorSelection.SelectErrors Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ITopologyErrorSelection.SelectErrors Property

Indicates if errors are selectable.

[Visual Basic .NET]
Public Property SelectErrors As Boolean
[C#]
public bool SelectErrors {get; set;}
[C++]
HRESULT get_SelectErrors(
  Boolean* sel
);
[C++]
HRESULT put_SelectErrors(
  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