ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.Appearance Property

The appearance of the control.

[Visual Basic .NET]
Public Property Appearance As esriARAppearance
[C#]
public esriARAppearance Appearance {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns or sets the paint style of the ArcReaderGlobeControl to either Flat or 3D. By default the appearance is flat.

Errors Returned

2017 800A07E1: The specified appearance is invalid.

See Also

IARGlobeControl Interface