This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.SetLayerFaceCulling Method (ArcObjects .NET 10.5 SDK) |
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