ArcGIS Pro 2.8 API Reference Guide
DeleteSection(LockedSectionDefinition) Method

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

Parameters

lockedSectionDef
The definition of the locked section to delete
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