Click or drag to resize
PbDataMapping.ThresholdsEnabled Method

Returns min=true if the minimum threshold is enabled, otherwise false.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void ThresholdsEnabled(
	out bool min,
	out bool max
)

Parameters

min
Type: System.Boolean
max
Type: System.Boolean
Remarks

Idem with max.

See Also