This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeCamera Interface > IGlobeCamera.SetToZoomToExtents Method (ArcObjects .NET 10.5 SDK) |
Set the Camera to Zoom to an Extent.
[Visual Basic .NET] Public Sub SetToZoomToExtents ( _ ByVal pExtent As IEnvelope, _ ByVal pGlobe As IGlobe, _ ByVal pSceneViewer As ISceneViewer _ )
[C#] public void SetToZoomToExtents ( IEnvelope pExtent, IGlobe pGlobe, ISceneViewer pSceneViewer );
[C++]
HRESULT SetToZoomToExtents(
IEnvelope* pExtent,
IGlobe* pGlobe,
ISceneViewer* pSceneViewer
);
[C++]
Parameters pExtent [in]
pExtent is a parameter of type IEnvelope pGlobe [in]
pGlobe is a parameter of type IGlobe pSceneViewer [in]
pSceneViewer is a parameter of type ISceneViewer