ArcGIS Pro 2.7 API Reference Guide
CanUnlockSection Method

ArcGIS.Desktop.Mapping Namespace > VoxelLayer Class : CanUnlockSection Method
The definition of the locked section to determine whether it can be unlocked
Determine whether a section can be unlocked.
Syntax
public bool CanUnlockSection( 
   LockedSectionDefinition lockedSectionDef
)
Public Function CanUnlockSection( _
   ByVal lockedSectionDef As LockedSectionDefinition _
) As Boolean

Parameters

lockedSectionDef
The definition of the locked section to determine whether it can be unlocked

Return Value

True if the specified section can be unlocked.
Exceptions
ExceptionDescription
Locked section is null
Locked section not found in the collection of sections
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

VoxelLayer Class
VoxelLayer Members