ArcGIS Pro 2.8 API Reference Guide
UpdateSection(SectionDefinition) Method

ArcGIS.Desktop.Mapping Namespace > VoxelLayer Class > UpdateSection Method : UpdateSection(SectionDefinition) Method
The definition of the section to update.
Updates the section identified by the input ArcGIS.Desktop.Mapping.Voxel.SectionDefinition. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void UpdateSection( 
   SectionDefinition sectionDef
)
Public Overloads Sub UpdateSection( _
   ByVal sectionDef As SectionDefinition _
) 

Parameters

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

VoxelLayer Class
VoxelLayer Members
Overload List