ArcGIS Pro 2.9 API Reference Guide
DeleteIsosurfaces Method

ArcGIS.Desktop.Mapping.Voxel Namespace > VoxelVariableProfile Class : DeleteIsosurfaces Method
The collection of isosurface definitions of isosurfaces to delete.
Delete the specified collection of isosurfaces. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void DeleteIsosurfaces( 
   IEnumerable<IsosurfaceDefinition> isosurfaceDefs
)
Public Sub DeleteIsosurfaces( _
   ByVal isosurfaceDefs As IEnumerable(Of IsosurfaceDefinition) _
) 

Parameters

isosurfaceDefs
The collection of isosurface definitions of isosurfaces 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