ArrayGetMapName
- Last UpdatedJul 18, 2023
- 1 minute read
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
ArrayCopy, ArrayCreate, 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);