Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 987 Bytes

File metadata and controls

37 lines (28 loc) · 987 Bytes

GetNameFromResourceList

Description

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

Parameters

Name Type Description
listID LONGINT an ID for a resouce list created by the BuildResourceList function.
index LONGINT an index into the list.

Remarks

To get the actual name use GetActualNameFromResourceList.

Examples

WorkingWithResrouceList

See Also

VS Functions: GetActualNameFromResourceList

Version

Availability: from VectorWorks12.0

Category