Click or drag to resize

AttributeTypeTypeSetDouble Method

Sets the specified double value as the attribute value. The AttributeDataType is set to xs:double

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void SetDouble(
	double value
)

Parameters

value  Double
The value.
See Also