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