ArcGIS Pro 2.8 API Reference Guide
CreateIsosurface Method

ArcGIS.Desktop.Mapping.Voxel Namespace > VoxelVariableProfile Class : CreateIsosurface Method
The definition of the surface to create.
Create an isosurface for the variable profile. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void CreateIsosurface( 
   IsosurfaceDefinition isosurfaceDef
)
Public Sub CreateIsosurface( _
   ByVal isosurfaceDef As IsosurfaceDefinition _
) 

Parameters

isosurfaceDef
The definition of the surface to create.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Isosurface cannot be added to this variable profile.
Value cannot be null
Remarks
IsoSurfaces can only be created for variable profiles that are of type ArcGIS.Core.CIM.VoxelVariableDataType.Continuous. By definition, they must be using a ArcGIS.Core.CIM.CIMVoxelStretchRenderer. Only a maximum of MaxNumberOfIsosurfaces can be created per variable. Refer to CanCreateIsosurface.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

VoxelVariableProfile Class
VoxelVariableProfile Members