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


I3DProperties.SmoothShading Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

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(
  VARIANT_BOOL* pbSmoothShading
);
[C++]
HRESULT put_SmoothShading(
  VARIANT_BOOL pbSmoothShading
);
[C++]

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

Product Availability

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

See Also

I3DProperties Interface

.NET Related Topics

3DAnalyst