This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPrivate Interface > IDataGraphTPrivate.SelectByRect Method (ArcObjects .NET 10.5 SDK) |
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