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


IGlobeDisplayLayers.SetLayerFaceCulling Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.SetLayerFaceCulling Method
ArcGIS Developer Help

IGlobeDisplayLayers.SetLayerFaceCulling Method

Sets face culling property of a layer.

[Visual Basic .NET]
Public Sub SetLayerFaceCulling ( _
    ByVal pLayer As ILayer, _
    ByVal cullMode As esri3DFaceCulling _
)
[C#]
public void SetLayerFaceCulling (
    ILayer pLayer,
    esri3DFaceCulling cullMode
);
[C++]
HRESULT SetLayerFaceCulling(
  ILayer* pLayer,
  esri3DFaceCulling cullMode
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer* cullMode [in]
cullMode is a parameter of type esri3DFaceCulling

Product Availability

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

See Also

IGlobeDisplayLayers Interface