PbDataMappingSetMinThreshold Method (Single) |
Sets a minimum threshold.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetMinThreshold(
float threshold_min
)
Public Sub SetMinThreshold (
threshold_min As Single
)
public:
void SetMinThreshold(
float threshold_min
)
member SetMinThreshold :
threshold_min : float32 -> unit
Parameters
- threshold_min
- Type: SystemSingle
Remarks No color is associated to this threshold.
See Also