PbDataMappingGetMaxRGBThreshold Method (Single) |
Gets the maximum threshold and its associated RGB color.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
NullableSbColorRemarks NULL is returned if no color is associated to this threshold.
See Also