ArcObjects Library Reference (Controls)  

ISceneControlDefault.Appearance Property

The appearance of the SceneControl.

[Visual Basic .NET]
Public Property Appearance As esriControlsAppearance
[C#]
public esriControlsAppearance Appearance {get; set;}
[C++]
HRESULT get_Appearance(
  esriControlsAppearance* pappearance
);
[C++]
HRESULT put_Appearance(
  esriControlsAppearance pappearance
);
[C++]

Parameters

pappearance [out, retval]

  pappearance is a parameter of type esriControlsAppearance

pappearance [in]

  pappearance is a parameter of type esriControlsAppearance

Product Availability

Available with ArcGIS Engine.

Description

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

Errors Returned

1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values

See Also

ISceneControlDefault Interface