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


I3DProperties.FaceCulling Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

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 [out, retval]
pCullingMode is a parameter of type esri3DFaceCulling pCullingMode [in]
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