ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ElevationLayerCreationParams Class / CanCreateElevationSourceLayerFor Method / CanCreateElevationSourceLayerFor(Uri,ElevationSurfaceLayer) Method

In This Topic
    CanCreateElevationSourceLayerFor(Uri,ElevationSurfaceLayer) Method
    In This Topic
    Check if an elevation source layer can be created and added to a given surface based on a given URI.
    Syntax
    public static bool CanCreateElevationSourceLayerFor( 
       Uri elevationSourceUri,
       ElevationSurfaceLayer surfaceLayer
    )
    Public Overloads Shared Function CanCreateElevationSourceLayerFor( _
       ByVal elevationSourceUri As Uri, _
       ByVal surfaceLayer As ElevationSurfaceLayer _
    ) As Boolean

    Parameters

    elevationSourceUri
    surfaceLayer
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also