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


ITinSelection.QuerySelectionExtent 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.QuerySelectionExtent Method
ArcGIS Developer Help

ITinSelection.QuerySelectionExtent Method

Returns the extent of the selected elements.

[Visual Basic .NET]
Public Sub QuerySelectionExtent ( _
    ByVal Type As esriTinElementType, _
    ByVal pExtent As IEnvelope _
)
[C#]
public void QuerySelectionExtent (
    esriTinElementType Type,
    IEnvelope pExtent
);
[C++]
HRESULT QuerySelectionExtent(
  esriTinElementType Type,
  IEnvelope* pExtent
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriTinElementType pExtent [in]
pExtent is a parameter of type IEnvelope*

Product Availability

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

See Also

ITinSelection Interface