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