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


I3DProperties.FaceCulling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.FaceCulling Property
ArcGIS Developer Help

I3DProperties.FaceCulling Property

The face culling mode.

[Visual Basic .NET]
Public Property FaceCulling As esri3DFaceCulling
[C#]
public esri3DFaceCulling FaceCulling {get; set;}
[C++]
HRESULT get_FaceCulling(
  esri3DFaceCulling pCullingMode
);
[C++]
HRESULT put_FaceCulling(
  esri3DFaceCulling* pCullingMode
);
[C++]
Parameters
pCullingMode [in]

pCullingMode is a parameter of type esri3DFaceCulling pCullingMode [out, retval]
pCullingMode is a parameter of type esri3DFaceCulling*

Product Availability

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

See Also

I3DProperties Interface