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


ISceneGraph.SetOwnerFaceCulling Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.SetOwnerFaceCulling Method

Sets retained or immediate mode for the owner.

[Visual Basic .NET]
Public Sub SetOwnerFaceCulling ( _
    ByVal pObject As Object, _
    ByVal cullingMode As esri3DFaceCulling _
)
[C#]
public void SetOwnerFaceCulling (
    object pObject,
    esri3DFaceCulling cullingMode
);
[C++]
HRESULT SetOwnerFaceCulling(
  LPUNKNOWN pObject,
  esri3DFaceCulling cullingMode
);
[C++]

Parameters pObject [in] pObject is a parameter of type LPUNKNOWN cullingMode [in]
cullingMode is a parameter of type esri3DFaceCulling

Product Availability

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

See Also

ISceneGraph Interface