ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Voxel Namespace / VoxelVolume Class
Fields Methods


In This Topic
    VoxelVolume Class Members
    In This Topic

    The following tables list the members exposed by VoxelVolume.

    Public Fields
     NameDescription
    Public Field Gets the ID of the volume  
    Top
    Public Methods
     NameDescription
    Public Method Determines whether a section can be locked. Sections are locked to the current variable profile. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Create a (dynamic) section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Create a slice. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Delete the specified section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes the specified slice. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the range of positions in voxel coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the collection of (dynamic) sections  
    Public Method Gets the collection of slices  
    Public Method Get the variable profile with the given name.  
    Public Method Gets the collection of variable profiles.  
    Public Method Gets the volume size in voxel coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Locks the specified section to the currently selected variable profile. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodUpdates the section identified by the input SectionDefinition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodUpdates the slice identified by the input SliceDefinition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Convert a position from voxel space to world or "layer" space. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Convert a vector normal from voxel space to world or "layer" space. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Convert a position from world or "layer" space to voxel space. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Convert a vector normal from world or "layer" space to voxel space. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also