ArcObjects Library Reference  (Carto)    

ITopologyErrorSelection.Selectable Property

Indicates if errors of a given rule type are selectable.

[Visual Basic 6.0]
Property Selectable(
    ByVal Index As Long _
) As Boolean
[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
);
[Java]
public boolean isSelectable (
    Long Index
)
[Java]
public void setSelectable(
    Long Index
)
throws
    IOException,
    AutomationException
[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.

See Also

ITopologyErrorSelection Interface

 


Feedback Send feedback on this page