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


IARGlobeControl.ViewLeft Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.ViewLeft Property

The number of pixels between the top of the control and the top of the Globe View.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The left side of the current view display area in pixels. The ViewLeft is equal to the TOCWidth + 4 (the width of the splitter that separates the TOC from the current view display area).

See Also

IARGlobeControl Interface