PFSParameterModifyBoolParameter Method |
Modify the value of this parameter, if it is bool type
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void ModifyBoolParameter(
bool val
)
Public Sub ModifyBoolParameter (
val As Boolean
)
public:
void ModifyBoolParameter(
bool val
)
member ModifyBoolParameter :
val : bool -> unit
Parameters
- val
- Type: SystemBoolean
See Also