For internal use only.
[Visual Basic .NET] Public Sub SelectByRect ( _ ByVal bAdd As Boolean, _ ByVal Left As Integer, _ ByVal top As Integer, _ ByVal Right As Integer, _ ByVal bottom As Integer _ )
[C#] public void SelectByRect ( bool bAdd, int Left, int top, int Right, int bottom );
[C++]
HRESULT SelectByRect(
VARIANT_BOOL bAdd,
long Left,
long top,
long Right,
long bottom
);
[C++]Parameters
bAdd [in] bAdd is a parameter of type VARIANT_BOOL Left [in] Left is a parameter of type long top [in] top is a parameter of type long Right [in] Right is a parameter of type long bottom [in] bottom is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.