Name

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

Name

Previous pageReturn to chapter overviewNext page

Retrieves the item's name.

Note: Calling this function is only allowed when accessing object members by index, otherwise the function will fail.

Signatures

Variants throwing exceptions on API errors:

String Name()

Variants returning API errors as int parameter:

String Name(Out int returnCode)

Parameters

returnCode

The error code returned when accessing the item.

Return Value

The item's name.