ArcGIS Pro 2.8 API Reference Guide
GetIsosurfaceColor Method

ArcGIS.Desktop.Mapping.Voxel Namespace > VoxelVariableProfile Class : GetIsosurfaceColor Method
The value to return the color for
Gets the corresponding isosurface color for the specific value. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public CIMColor GetIsosurfaceColor( 
   double value
)
Public Function GetIsosurfaceColor( _
   ByVal value As Double _
) As CIMColor

Parameters

value
The value to return the color for

Return Value

Remarks
The returned color is controlled by the color range and color scheme of the underlying variable profile's renderer
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

VoxelVariableProfile Class
VoxelVariableProfile Members