| PbDataMappingSetMaxThreshold Method (Single) | 
Sets a maximum threshold. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetMaxThreshold(
	float threshold_max
)
Public Sub SetMaxThreshold ( 
	threshold_max As Single
)
public:
void SetMaxThreshold(
	float threshold_max
)
member SetMaxThreshold : 
        threshold_max : float32 -> unit 
Parameters
- threshold_max
 - Type: SystemSingle
 
RemarksNo color is associated to this threshold. 
See Also