ArcGIS Pro 2.9 API Reference Guide
Open Method (PluginDatasourceTemplate)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginDatasourceTemplate Class : Open Method
The connection path to the actual data source.
Formally opens the Plugin Datasource in order for the new data format to be integrated into ArcGIS Pro.
Syntax
public abstract void Open( 
   Uri connectionPath
)
Public MustOverride Sub Open( _
   ByVal connectionPath As Uri _
) 

Parameters

connectionPath
The connection path to the actual data source.
Exceptions
ExceptionDescription
Signals to the Framework that an exception derived from System.Exception has occurred.
Remarks
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PluginDatasourceTemplate Class
PluginDatasourceTemplate Members