ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / GraphicsLayerCreationParams Class / GraphicsLayerCreationParams Constructor / GraphicsLayerCreationParams Constructor(CIMLayerDocument)
A ArcGIS.Core.CIM.CIMLayerDocument object.

In This Topic
    GraphicsLayerCreationParams Constructor(CIMLayerDocument)
    In This Topic
    Creates a parameter object with ArcGIS.Core.CIM.CIMLayerDocument.
    Syntax
    public GraphicsLayerCreationParams( 
       CIMLayerDocument layerDoc
    )
    Public Function New( _
       ByVal layerDoc As CIMLayerDocument _
    )

    Parameters

    layerDoc
    A ArcGIS.Core.CIM.CIMLayerDocument object.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also