This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions2 Interface > IGlobeAdvancedOptions2.SetVirtualViewportSize Method (ArcObjects .NET 10.4 SDK) |
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