ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Voxel.Events Namespace / VoxelAssetEventArgs Class / LockedSections Property

In This Topic
    LockedSections Property (VoxelAssetEventArgs)
    In This Topic
    Gets the list of 0 or more locked sections changed in the event.
    Syntax
    public IReadOnlyList<LockedSectionDefinition> LockedSections {get;}
    Public ReadOnly Property LockedSections As IReadOnlyList(Of LockedSectionDefinition)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also