ArcObjects Library Reference  (Carto)    

IBasicMap2.SelectByShape Method

Selects features in the map given a shape and a selection environment (optional).

[Visual Basic 6.0]
Sub SelectByShape(
    ByVal Shape As IGeometry, _
    ByVal env As ISelectionEnvironment, _
    ByVal justOne As Boolean _
)
[Visual Basic .NET]
Public Sub SelectByShape ( _
    ByVal Shape As IGeometry, _
    ByVal env As ISelectionEnvironment, _
    ByVal justOne As Boolean _
)
[C#]
public void SelectByShape (
    IGeometry Shape,
    ISelectionEnvironment env,
    bool justOne
);
[Java]
public void selectByShape (
    IGeometry Shape,
    ISelectionEnvironment env,
    Boolean justOne
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SelectByShape(
  IGeometry* Shape,
  ISelectionEnvironment* env,
  VARIANT_BOOL justOne
);
[C++]

Parameters

Shape [in]

  Shape is a parameter of type IGeometry

env [in]

  env is a parameter of type ISelectionEnvironment

justOne [in]

  justOne is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBasicMap2 Interface

 


Feedback Send feedback on this page