ArcObjects Library Reference (GeoDatabase)  

ITinSelection.SelectByArea Method

Selects all elements of the specified element type in a specified polygonal area.

[Visual Basic .NET]
Public Sub SelectByArea ( _
    ByVal Type As esriTinElementType, _
    ByVal pArea As IPolygon, _
    ByVal bPassThrough As Boolean, _
    ByVal bDataElementsOnly As Boolean, _
    ByVal action As esriTinSelectionType _
)
[C#]
public void SelectByArea (
    esriTinElementType Type,
    IPolygon pArea,
    bool bPassThrough,
    bool bDataElementsOnly,
    esriTinSelectionType action
);
[C++]
HRESULT SelectByArea(
  esriTinElementType Type,
  IPolygon* pArea,
  VARIANT_BOOL bPassThrough,
  VARIANT_BOOL bDataElementsOnly,
  esriTinSelectionType action
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriTinElementType

pArea [in]

  pArea is a parameter of type IPolygon

bPassThrough [in]   bPassThrough is a parameter of type VARIANT_BOOL bDataElementsOnly [in]   bDataElementsOnly is a parameter of type VARIANT_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