SetNull

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

SetNull

Previous pageReturn to chapter overviewNext page

Set the item's value to Null.

Signatures

Variants throwing exceptions on API errors:

void SetNull()

Variants returning API errors as int parameter:

void SetNull(Out int returnCode)

Parameters

returnCode

The error code returned when accessing the item

Return Value

none