| PbDataMappingGetMaxRGBThreshold Method (Single) | 
Gets the maximum threshold and its associated RGB color. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic Nullable<SbColor> GetMaxRGBThreshold(
	out float threshold_max
)
Public Function GetMaxRGBThreshold ( 
	<OutAttribute> ByRef threshold_max As Single
) As Nullable(Of SbColor)
public:
Nullable<SbColor> GetMaxRGBThreshold(
	[OutAttribute] float% threshold_max
)
member GetMaxRGBThreshold : 
        threshold_max : float32 byref -> Nullable<SbColor> 
Parameters
- threshold_max
 - Type: SystemSingle
 
Return Value
Type: 
NullableSbColor
RemarksNULL is returned if no color is associated to this threshold.   
See Also