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


IGlobeLayerInfo.SmoothShading Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.SmoothShading Property

The smooth shading option.

[Visual Basic .NET]
Public ReadOnly Property SmoothShading As Boolean
[C#]
public bool SmoothShading {get;}
[C++]
HRESULT get_SmoothShading(
  VARIANT_BOOL* pbIsSmooth
);
[C++]

Parameters pbIsSmooth [out, retval] pbIsSmooth is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerInfo Interface