ArcGIS Pro 2.9 API Reference Guide
VoxelVariableProfile Class Members
Properties  Methods 


ArcGIS.Desktop.Mapping.Voxel Namespace : VoxelVariableProfile Class

The following tables list the members exposed by VoxelVariableProfile.

Public Properties
 NameDescription
Public Property Gets whether an isosurface can be added to this variable profile.  
Public Property Gets the variable profile's data type. Data can be continuous or discrete.  
Public Property Gets the variable profile's description.  
Public Property Gets the maximum number of isosurface.  
Public Property Gets the variable profile renderer.  
Public Property Gets the variable profile variable name  
Top
Public Methods
 NameDescription
Public Method Create an isosurface for the variable profile. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Delete the specified isosurface. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Delete the specified collection of isosurfaces. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the corresponding isosurface color for the specific value. This method must be called on the MCT. Use QueuedTask.Run  
Public Method Gets the collection of isosurfaces  
Public Method Gets the variable statistics. This method must be called on the MCT. Use QueuedTask.Run  
Public Method Sets the variable profile's renderer object. This method must be called on the MCT. Use QueuedTask.Run  
Public Method Update the specified isosurface. This method must be called on the MCT. Use QueuedTask.Run  
Top
See Also

Reference

VoxelVariableProfile Class
ArcGIS.Desktop.Mapping.Voxel Namespace