ArcGIS Pro 2.9 API Reference Guide
GetVariableProfile Method

ArcGIS.Desktop.Mapping Namespace > VoxelLayer Class : GetVariableProfile Method
The name of the variable profile
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, Windows 8.1

See Also

Reference

VoxelLayer Class
VoxelLayer Members