Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 945 Bytes

File metadata and controls

37 lines (28 loc) · 945 Bytes

GetActualNameFromResourceList

Description

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

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 display name use GetNameFromResourceList.

Examples

AddHatchToResource

See Also

VS Functions: GetNameFromResourceList

Version

Availability: from VectorWorks12.0

Category