ArcObjects Library Reference (GlobeCore)  

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(
  long* pWidth,
  long* 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