ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Layer Class / CanGetZsAsync Method

In This Topic
    CanGetZsAsync Method
    In This Topic
    calling code can be run on any thread
    Syntax
    public Task<bool> CanGetZsAsync()
    Public Function CanGetZsAsync() As Task(Of Boolean)

    Return Value

    True if this layer can be used by the GetZs methods, False otherwise
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also