This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSelection Interface > ITinSelection.QuerySelectionExtent Method (ArcObjects .NET 10.4 SDK) |
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