Returns the name to display of the indicated item in the specified resource list. If the list has items with the same name from different files, the display name will have the filename added to it in parentheses.
FUNCTION GetNameFromResourceList(
listID : LONGINT;
index : LONGINT): STRING;def vs.GetNameFromResourceList(listID, index):
return STRING| Name | Type | Description |
|---|---|---|
| listID | LONGINT | an ID for a resouce list created by the BuildResourceList function. |
| index | LONGINT | an index into the list. |
To get the actual name use GetActualNameFromResourceList.
VS Functions: GetActualNameFromResourceList
Availability: from VectorWorks12.0