ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Voxel Namespace / VoxelVariableProfile Class
Properties Methods


In This Topic
    VoxelVariableProfile Class Members
    In This Topic

    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 statistics.  
    Public Property Gets the variable profile variable name.  
    Public Property Gets the volume that this variable profile belong to.  
    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 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