nxLibSetDouble

Navigation:  NxLib API > C Interface > Write Access >

nxLibSetDouble

Previous pageReturn to chapter overviewNext page

Sets an item to the specified floating point value. The resulting item will be of type Number.

Signature

void nxLibSetDouble (NXLIBERR* result, NXLIBSTR itemPath, NXLIBDOUBLE value);

Parameters

result

The error code of the operation.

itemPath

The path of the item to set. When specifying a subtree, the entire subtree will be replaced by the specified value.

value

The value to set.

Return Value

none