PbDataMappingThresholdsEnabled Method |
Returns min=true if the minimum threshold is enabled, otherwise false.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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