ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / GroupLayerCreationParams Class / SceneLayerType Property

In This Topic
    SceneLayerType Property (GroupLayerCreationParams)
    In This Topic
    Gets and sets the default SceneLayerType.
    Syntax
    public SceneLayerType SceneLayerType {get; set;}
    Public Property SceneLayerType As SceneLayerType
    Remarks
    The default is always SceneLayerType.SceneLayer2D. However, to add a new group layer to the "3D layers" collection of a scene, set the SceneLayerType to SceneLayerType.SceneLayer3D. Setting SceneLayerType to SceneLayerType.SceneLayer3D for a 2D map will be ignored.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also