| PbDataMappingSetMaxThreshold Method (Single, Single, Single) | 
Sets a maximum threshold, associated to a HLS color and a transparency value. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetMaxThreshold(
	float threshold_max,
	float[] cmax,
	float transp_max
)
Public Sub SetMaxThreshold ( 
	threshold_max As Single,
	cmax As Single(),
	transp_max As Single
)
public:
void SetMaxThreshold(
	float threshold_max, 
	array<float>^ cmax, 
	float transp_max
)
member SetMaxThreshold : 
        threshold_max : float32 * 
        cmax : float32[] * 
        transp_max : float32 -> unit 
Parameters
- threshold_max
 - Type: SystemSingle
 - cmax
 - Type: SystemSingle
 - transp_max
 - Type: SystemSingle
 
Remarks
See Also