ArcObjects Library Reference  (Carto)    

ITopologyErrorSelection.SelectExceptions Property

Indicates if exceptions are selectable.

[Visual Basic 6.0]
Property SelectExceptions As Boolean
[Visual Basic .NET]
Public Property SelectExceptions As Boolean
[C#]
public bool SelectExceptions {get; set;}
[Java]
public boolean isSelectExceptions()
throws
    IOException,
    AutomationException
[Java]
public void setSelectExceptions(
boolean SelectExceptions
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SelectExceptions(
  VARIANT_BOOL* sel
);
[C++]
HRESULT put_SelectExceptions(
  VARIANT_BOOL sel

);

[C++]

Parameters

sel [out, retval]

  sel is a parameter of type VARIANT_BOOL

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