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


IGlobeAdvancedOptions2.GetVirtualViewportSize 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.GetVirtualViewportSize Method
ArcGIS Developer Help

IGlobeAdvancedOptions2.GetVirtualViewportSize Method

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

[Visual Basic .NET]
Public Sub GetVirtualViewportSize ( _
    ByRef pWidth As Integer, _
    ByRef pHeight As Integer _
)
[C#]
public void GetVirtualViewportSize (
    ref int pWidth,
    ref int pHeight
);
[C++]
HRESULT GetVirtualViewportSize(
  System.Int32* pWidth,
  System.Int32* pHeight
);
[C++]
Parameters
pWidth [out]

pWidth is a parameter of type long* pHeight [out]
pHeight is a parameter of type long*

Product Availability

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

See Also

IGlobeAdvancedOptions2 Interface