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


IGlobeLayerInfo.FaceCulling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.FaceCulling Property
ArcGIS Developer Help

IGlobeLayerInfo.FaceCulling Property

The face culling option.

[Visual Basic .NET]
Public ReadOnly Property FaceCulling As esri3DFaceCulling
[C#]
public esri3DFaceCulling FaceCulling {get;}
[C++]
HRESULT get_FaceCulling(
  esri3DFaceCulling* pCullMode
);
[C++]
Parameters
pCullMode [out, retval]

pCullMode is a parameter of type esri3DFaceCulling*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerInfo Interface