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,
VARIANT_BOOL sel
);
[C++]Parameters
Index [in] Index is a parameter of type long sel [out, retval] sel is a parameter of type VARIANT_BOOL Index [in] Index is a parameter of type long sel [in] sel is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.