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