Set

Navigation:  NxLib API > C# Interface / CLI > NxLibItem >

Set

Previous pageReturn to chapter overviewNext page

Set the item's value to a constant.

Signatures

Variants throwing exceptions on API errors:

void Set(int value)

void Set(double value)

void Set(bool value)

void Set(String value)

Variants returning API errors as int parameter:

void Set(Out int returnCode, int value)

void Set(Out int returnCode, double value)

void Set(Out int returnCode, bool value)

void Set(Out int returnCode, String value)

Parameters

returnCode

The error code returned when accessing the item

value

The value to set.

Return Value

none