ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Voxel Namespace / VoxelVolume Class / GetVariableProfile Method
The name of the variable profile

In This Topic
    GetVariableProfile Method (VoxelVolume)
    In This Topic
    Get the variable profile with the given name.
    Syntax
    public VoxelVariableProfile GetVariableProfile( 
       string variable
    )
    Public Function GetVariableProfile( _
       ByVal variable As String _
    ) As VoxelVariableProfile

    Parameters

    variable
    The name of the variable profile

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also