Click or drag to resize
PbDataMappingThresholdsEnabled Method

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

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

Parameters

min
Type: SystemBoolean
max
Type: SystemBoolean
Remarks

Idem with max.

See Also