ArcGIS Pro 2.9 API Reference Guide
DeleteIsosurface Method

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

Parameters

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

VoxelVariableProfile Class
VoxelVariableProfile Members