| PbDataMappingEnableThresholds Method  | 
Enable/Disable the taking into account of threshold values. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void EnableThresholds(
	bool min,
	bool max
)
Public Sub EnableThresholds ( 
	min As Boolean,
	max As Boolean
)
public:
void EnableThresholds(
	bool min, 
	bool max
)
member EnableThresholds : 
        min : bool * 
        max : bool -> unit 
Parameters
- min
 - Type: SystemBoolean
 - max
 - Type: SystemBoolean
 
Remarks
See Also