ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ElevationTypeDefinition Class / CustomSurfaceURI Property

In This Topic
    CustomSurfaceURI Property
    In This Topic
    Gets or sets the custom elevation surface URI.
    Syntax
    public string CustomSurfaceURI {get; set;}
    Public Property CustomSurfaceURI As String
    Remarks
    The custom surface URI is required for an LayerElevationType of LayerElevationType.OnCustomSurface and LayerElevationType.RelativeToCustomSurface. Features in the layer will define their height either on or relative to the custom surface. Refer to Elevation surfaces for more information.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also