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


I3DProperties.SmoothShading Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.SmoothShading Property
ArcGIS Developer Help

I3DProperties.SmoothShading Property

Indicates if smooth shading is enabled.

[Visual Basic .NET]
Public Property SmoothShading As Boolean
[C#]
public bool SmoothShading {get; set;}
[C++]
HRESULT get_SmoothShading(
  Boolean* pbSmoothShading
);
[C++]
HRESULT put_SmoothShading(
  VARIANT_BOOL pbSmoothShading
);
[C++]
Parameters
pbSmoothShading [out, retval]

pbSmoothShading is a parameter of type bool* pbSmoothShading [in]
pbSmoothShading is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties Interface