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


IGlobeAdvancedOptions2.SetVirtualViewportSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions2 Interface > IGlobeAdvancedOptions2.SetVirtualViewportSize Method
ArcGIS Developer Help

IGlobeAdvancedOptions2.SetVirtualViewportSize Method

Sets the maximum interval viewport size used for Level of Detail calculation..

[Visual Basic .NET]
Public Sub SetVirtualViewportSize ( _
    ByVal width As Integer, _
    ByVal height As Integer _
)
[C#]
public void SetVirtualViewportSize (
    int width,
    int height
);
[C++]
HRESULT SetVirtualViewportSize(
  long width,
  long height
);
[C++]
Parameters
width [in]

width is a parameter of type long height [in]
height is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeAdvancedOptions2 Interface