This document is archived and information here might be outdated. Recommended version. |
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