This document is archived and information here might be outdated. Recommended version. |
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