ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Voxel Namespace / VoxelVolume Class / GetPositionRange Method
A point in voxel space
A normal unit vector

In This Topic
    GetPositionRange Method
    In This Topic
    Gets the range of positions in voxel coordinates. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    point
    A point in voxel space
    normal
    A normal unit vector

    Return Value

    Min and max positions in voxel coordinates.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Remarks
    The position range represents the minimum and maximum voxel coordinate values of a vector that runs through the given point in voxel space in the direction of the specified normal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also