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


IGlobeLayerInfo.SmoothShading Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.SmoothShading Property
ArcGIS Developer Help

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(
  Boolean* pbIsSmooth
);
[C++]
Parameters
pbIsSmooth [out, retval]

pbIsSmooth is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerInfo Interface