ArcGIS Pro 2.8 API Reference Guide
UpdateIsosurface Method

ArcGIS.Desktop.Mapping.Voxel Namespace > VoxelVariableProfile Class : UpdateIsosurface Method
The definition of the isosurface to update
Update the specified isosurface. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public void UpdateIsosurface( 
   IsosurfaceDefinition isosurfaceDef
)
Public Sub UpdateIsosurface( _
   ByVal isosurfaceDef As IsosurfaceDefinition _
) 

Parameters

isosurfaceDef
The definition of the isosurface to update
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Invalid isosurface definition specified.
Isosurface not found in the collection of surfaces
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

VoxelVariableProfile Class
VoxelVariableProfile Members