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


ISceneGraph.SetOwnerShadingMode Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.SetOwnerShadingMode Method

Sets the shading mode (smooth or flat) of layers.

[Visual Basic .NET]
Public Sub SetOwnerShadingMode ( _
    ByVal pObject As Object, _
    ByVal bIsSmooth As Boolean _
)
[C#]
public void SetOwnerShadingMode (
    object pObject,
    bool bIsSmooth
);
[C++]
HRESULT SetOwnerShadingMode(
  LPUNKNOWN pObject,
  VARIANT_BOOL bIsSmooth
);
[C++]

Parameters pObject [in] pObject is a parameter of type LPUNKNOWN bIsSmooth [in] bIsSmooth is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISceneGraph Interface