Click or drag to resize

AttributeValueWriteDoubleLE Method

Write a value to the attribute value.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract void WriteDoubleLE(
	double value
)

Parameters

value  Double
The value to write.
See Also