Returns the actual name of the indicated item in the specified resource list. This call will delete the filename that is appended for resources with same name from different files.
FUNCTION GetActualNameFromResourceList(
listID : LONGINT;
index : LONGINT): STRING;def vs.GetActualNameFromResourceList(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 display name use GetNameFromResourceList.
VS Functions: GetNameFromResourceList
Availability: from VectorWorks12.0