ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LayerDocument Class / LayerDocument Constructor / LayerDocument Constructor(CIMLayerDocument)

In This Topic
    LayerDocument Constructor(CIMLayerDocument)
    In This Topic
    Creates a LayerDocument instance using a ArcGIS.Core.CIM.CIMLayerDocument.
    Syntax
    Public Function New( _
       Optional ByVal layerDoc As CIMLayerDocument _
    )
    public LayerDocument( 
       CIMLayerDocument layerDoc
    )

    Parameters

    layerDoc
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also