| PbDataMappingThresholdsEnabled Method  | 
Returns min=true if the minimum threshold is enabled, otherwise false. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void ThresholdsEnabled(
	out bool min,
	out bool max
)
Public Sub ThresholdsEnabled ( 
	<OutAttribute> ByRef min As Boolean,
	<OutAttribute> ByRef max As Boolean
)
public:
void ThresholdsEnabled(
	[OutAttribute] bool% min, 
	[OutAttribute] bool% max
)
member ThresholdsEnabled : 
        min : bool byref * 
        max : bool byref -> unit 
Parameters
- min
 - Type: SystemBoolean
 - max
 - Type: SystemBoolean
 
Remarks
See Also