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


ISceneGraph.SetOwnerFaceCulling Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SetOwnerFaceCulling Method
ArcGIS Developer Help

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 IUnknown 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