|
ScalarElementSetBool4 Method
|
Sets the value of this scalar as a 4-byte boolean.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetBool4(
bool value
)
Public Sub SetBool4 (
value As Boolean
)
public:
void SetBool4(
bool value
)
member SetBool4 :
value : bool -> unit
function SetBool4(value);
View SourceParameters
- value Boolean
- The new value as a 4-byte boolean.
See Also