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


IGlobeAdvancedOptions2.SetVirtualViewportSize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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