| PbDataMappingSetMaxThreshold Method (Single, SbColor, Single) | 
Sets a maximum threshold, associated to a RGB color and a transparency value. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetMaxThreshold(
	float threshold_max,
	SbColor cmax,
	float transp_max
)
Public Sub SetMaxThreshold ( 
	threshold_max As Single,
	cmax As SbColor,
	transp_max As Single
)
public:
void SetMaxThreshold(
	float threshold_max, 
	SbColor cmax, 
	float transp_max
)
member SetMaxThreshold : 
        threshold_max : float32 * 
        cmax : SbColor * 
        transp_max : float32 -> unit 
Parameters
- threshold_max
 - Type: SystemSingle
 - cmax
 - Type: OIV.InventorSbColor
 - transp_max
 - Type: SystemSingle
 
Remarks
See Also