ArcObjects Library Reference (GlobeCore)  

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