ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ElevationSurfaceLayer Class / SurfaceTINShadingMode Property

In This Topic
    SurfaceTINShadingMode Property (ElevationSurfaceLayer)
    In This Topic
    Gets the elevation surface shading mode for TIN elevation sources.
    Syntax
    Public ReadOnly Property SurfaceTINShadingMode As SurfaceTINShadingMode
    public SurfaceTINShadingMode SurfaceTINShadingMode {get;}
    Remarks
    The default is SurfaceTINShadingMode.Smooth. Set to SurfaceTINShadingMode.Flat if you want to shade the faces of the TIN consistently without any smoothing
    Note: Ignored for non-tin sources
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also