ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / CompositeLayer Class / GetSnapshot Method

In This Topic
    GetSnapshot Method (CompositeLayer)
    In This Topic
    Gets a readonly snapshot of the layers.
    Syntax
    Public Overridable Function GetSnapshot() As IReadOnlyList(Of Layer)
    public virtual IReadOnlyList<Layer> GetSnapshot()

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also