public static VoxelLayerCreationParams Create( string uri )
Public Overloads Shared Function Create( _ ByVal uri As String _ ) As VoxelLayerCreationParams
Parameters
- uri
- The full path to the datasource
public static VoxelLayerCreationParams Create( string uri )
Public Overloads Shared Function Create( _ ByVal uri As String _ ) As VoxelLayerCreationParams
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, Windows 10