Type

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

Type

Previous pageReturn to chapter overviewNext page

Retrieve the JSON type of this item.

Signatures

Variants throwing exceptions on API errors:

int Type()

Variants returning API errors as int parameter:

int Type(Out int returnCode)

Parameters

returnCode

The error code returned when accessing the item.

Return Value

The item type constant. See nxLibGetType for item types.