ArcGIS Pro 2.6 API Reference Guide
FaceCulling3D Enumeration

ArcGIS.Core.CIM Namespace : FaceCulling3D Enumeration
The types of face culling.
Syntax
Members
MemberDescription
Backface Turns on back-face culling, eliminating those objects from view that face away from you.
FromGeometry Turns on the feature's built-in face culling. This option is only applicable for multipatch features.
Frontface Turns on front-face culling, eliminating those objects from view that face you. Use this option to see through the front of an object.
None Turns off culling so you view both sides.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.FaceCulling3D

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace