ArcGIS Pro 3.0 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, Windows 8.1

    See Also