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


ITinSelection.SelectByEnvelope Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSelection Interface > ITinSelection.SelectByEnvelope Method
ArcGIS Developer Help

ITinSelection.SelectByEnvelope Method

Selects all elements of the specified element type in a specified rectangular envelope.

[Visual Basic .NET]
Public Sub SelectByEnvelope ( _
    ByVal Type As esriTinElementType, _
    ByVal pEnvelope As IEnvelope, _
    ByVal bPassThrough As Boolean, _
    ByVal bDataElementsOnly As Boolean, _
    ByVal action As esriTinSelectionType _
)
[C#]
public void SelectByEnvelope (
    esriTinElementType Type,
    IEnvelope pEnvelope,
    bool bPassThrough,
    bool bDataElementsOnly,
    esriTinSelectionType action
);
[C++]
HRESULT SelectByEnvelope(
  esriTinElementType Type,
  IEnvelope* pEnvelope,
  VARIANT_BOOL bPassThrough,
  VARIANT_BOOL bDataElementsOnly,
  esriTinSelectionType action
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriTinElementType pEnvelope [in]
pEnvelope is a parameter of type IEnvelope* bPassThrough [in]
bPassThrough is a parameter of type bool bDataElementsOnly [in]
bDataElementsOnly is a parameter of type bool action [in]
action is a parameter of type esriTinSelectionType

Product Availability

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

See Also

ITinSelection Interface