This document is archived and information here might be outdated. Recommended version. |
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 bool bDataElementsOnly [in]
bDataElementsOnly is a parameter of type bool action [in]
action is a parameter of type esriTinSelectionType