ArcObjects Library Reference (GeoDatabase)  

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