ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapProjectItem Class / CreateMapProjectItem Method
For internal use only

In This Topic
    CreateMapProjectItem Method
    In This Topic
    Create a map project item with the given name and path.
    Syntax
    public static MapProjectItem CreateMapProjectItem( 
       string name,
       string path,
       string data
    )
    Public Shared Function CreateMapProjectItem( _
       ByVal name As String, _
       ByVal path As String, _
       ByVal data As String _
    ) As MapProjectItem

    Parameters

    name
    path
    data
    For internal use only

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also