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