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.Selectable Property (ArcObjects .NET 10.5 SDK) |
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