PbDataMappingEnableThresholds Method |
Enable/Disable the taking into account of threshold values.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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