ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMemberCreationParams Class / MapMemberCreationParams Constructor / MapMemberCreationParams Constructor(CIMDataConnection)
A ArcGIS.Core.CIM.CIMDataConnection object.

In This Topic
    MapMemberCreationParams Constructor(CIMDataConnection)
    In This Topic
    Creates a parameter object with ArcGIS.Core.CIM.CIMDataConnection.
    Syntax
    protected MapMemberCreationParams( 
       CIMDataConnection dataConnection
    )
    Protected Function New( _
       ByVal dataConnection As CIMDataConnection _
    )

    Parameters

    dataConnection
    A ArcGIS.Core.CIM.CIMDataConnection object.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also