This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.SmoothShading Property (ArcObjects .NET 10.5 SDK) |
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