| PbDataMappingSetMaxThreshold Method (Single, Single) | 
Calls SetMaxThreshold(threshold_max, cmax, 0.0).
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetMaxThreshold(
	float threshold_max,
	float[] cmax
)
Public Sub SetMaxThreshold ( 
	threshold_max As Single,
	cmax As Single()
)
public:
void SetMaxThreshold(
	float threshold_max, 
	array<float>^ cmax
)
member SetMaxThreshold : 
        threshold_max : float32 * 
        cmax : float32[] -> unit 
Parameters
- threshold_max
 - Type: SystemSingle
 - cmax
 - Type: SystemSingle
 
Remarks
See Also