Cicode Programming Reference > Cicode Function Categories > Array Functions > ArrayGetMapName

ArrayGetMapName

Retrieves the name of the map associated with an array.

Syntax

STRING ArrayGetMapName(INT hArray)

hArray:

The handle of the array.

Return Value

If successful, the requested map name as a string. If unsuccessful, " " is returned. The error code can be obtained by calling the IsError Cicode function.

Related Functions

ArrayCreate, ArrayCopy, ArrayCreateByAn, ArrayDestroy, ArrayDestroyByAn, ArrayExists, ArrayExistsByAn, ArrayFillFromAlarmDataByAn, ArrayGetArrayByAn, ArrayGetInfo, ArrayGetInt, ArrayGetIntByAn, ArrayGetMapNameByAn, ArrayGetString, ArrayGetStringByAn, ArrayIsDirty, ArraySetInt, ArraySetIntByAn, ArraySetIsDirty, ArraySetString, ArraySetStringByAn, ArraySwap, DspArrayByAn

Example

MapName = ArrayGetMapName(hArray1);

See Also

Published June 2018