ArcGIS Pro 2.8 API Reference Guide
UpdateSection(LockedSectionDefinition) Method

ArcGIS.Desktop.Mapping Namespace > VoxelLayer Class > UpdateSection Method : UpdateSection(LockedSectionDefinition) Method
The definition of the locked section to update
Update the specified locked section. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void UpdateSection( 
   LockedSectionDefinition lockedSectionDef
)
Public Overloads Sub UpdateSection( _
   ByVal lockedSectionDef As LockedSectionDefinition _
) 

Parameters

lockedSectionDef
The definition of the locked section to update
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run
Locked section not found in the collection of sections
Locked section is null
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

VoxelLayer Class
VoxelLayer Members
Overload List