ArcGIS Pro 3.0 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, Windows 8.1

    See Also