| PbDataMappingGetMaxHLSThreshold Method (Single) | 
Gets the maximum threshold and its associated HLS color. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic float[] GetMaxHLSThreshold(
	out float threshold_max
)
Public Function GetMaxHLSThreshold ( 
	<OutAttribute> ByRef threshold_max As Single
) As Single()
public:
array<float>^ GetMaxHLSThreshold(
	[OutAttribute] float% threshold_max
)
member GetMaxHLSThreshold : 
        threshold_max : float32 byref -> float32[] 
Parameters
- threshold_max
 - Type: SystemSingle
 
Return Value
Type: 
Single
RemarksNULL is returned if no color is associated to this threshold.  
See Also