ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Voxel Namespace / VoxelVariableProfile Class / DeleteIsosurfaces Method
The collection of isosurface definitions of isosurfaces to delete.

In This Topic
    DeleteIsosurfaces Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also