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


IScene.RecalculateExtent Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IScene.RecalculateExtent Method

Forces the scene's extent to be recalculated.

[Visual Basic .NET]
Public Sub RecalculateExtent ( _
)
[C#]
public void RecalculateExtent (
);
[C++]
HRESULT RecalculateExtent(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IScene Interface