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


ITopologyErrorSelection.Selectable 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.Selectable Property
ArcGIS Developer Help

ITopologyErrorSelection.Selectable Property

Indicates if errors of a given rule type are selectable.

[Visual Basic .NET]
Public Function get_Selectable ( _
    ByVal Index As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_Selectable ( _
    ByVal Index As Integer, _
    ByVal sel As Boolean _
)
[C#]
public bool get_Selectable (
    int Index
);
[C#]
public void set_Selectable (
    int Index,
    bool sel
);
[C++]
HRESULT get_Selectable(
  long Index,
  VARIANT_BOOL sel
);
[C++]
HRESULT put_Selectable(
  long Index,
  Boolean* sel
);
[C++]
Parameters
Index [in]

Index is a parameter of type long sel [in]
sel is a parameter of type bool Index [in]
Index is a parameter of type long sel [out, retval]
sel is a parameter of type bool*

Product Availability

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

See Also

ITopologyErrorSelection Interface