Public Overloads Shared Function Create( _ ByVal uri As String _ ) As VoxelLayerCreationParams
public static VoxelLayerCreationParams Create( string uri )
Parameters
- uri
- The full path to the datasource
Public Overloads Shared Function Create( _ ByVal uri As String _ ) As VoxelLayerCreationParams
public static VoxelLayerCreationParams Create( string uri )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | Thrown when a method is called on the wrong Pro thread |
| System.ArgumentNullException | dataConnection is null |
| System.IO.FileNotFoundException | 'dataConnection URI' does not exist |
| System.ArgumentException | 'dataConnection URI' must be a NetCDF file (.nc) |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)