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