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


IARGlobeControl.ViewWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.ViewWidth Property
ArcGIS Developer Help

IARGlobeControl.ViewWidth Property

The width of the Globe View in pixels.

[Visual Basic .NET]
Public ReadOnly Property ViewWidth As Integer
[C#]
public int ViewWidth {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The width of the current view display area in pixels. The ViewWidth is equal to the width of the ArcReaderGlobeControl - TOCWidth - 4 (the width of the splitter that separates the TOC from the current view display area).

See Also

IARGlobeControl Interface