This document is archived and information here might be outdated.  Recommended version.


IDataGraphTPrivate.SelectByRect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPrivate Interface > IDataGraphTPrivate.SelectByRect Method
ArcGIS Developer Help

IDataGraphTPrivate.SelectByRect Method

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 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.

See Also

IDataGraphTPrivate Interface