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