ArcGIS Pro 2.9 API Reference Guide
MemoryConnectionProperties Constructor(String)

ArcGIS.Core.Data Namespace > MemoryConnectionProperties Class > MemoryConnectionProperties Constructor : MemoryConnectionProperties Constructor(String)
The name of the memory geodatabase.
Initializes a new instance of the MemoryConnectionProperties class.
Syntax
public MemoryConnectionProperties( 
   string name
)
Public Function New( _
   ByVal name As String _
)

Parameters

name
The name of the memory geodatabase.
Exceptions
ExceptionDescription
The Geoprocessing 'in-memory' workspace is not supported with the Pro SDK. Use 'memory' instead.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MemoryConnectionProperties Class
MemoryConnectionProperties Members
Overload List