ArcGIS Pro 3.7 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 Function GetVariableProfile( _
       ByVal variable As String _
    ) As VoxelVariableProfile
    public VoxelVariableProfile GetVariableProfile( 
       string variable
    )

    Parameters

    variable
    The name of the variable profile

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also