Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1014 Bytes

File metadata and controls

34 lines (26 loc) · 1014 Bytes

ImportResourceToCurrentFile

Description

Imports the indicated resource from the specified list to the current file, if it is not already in the current file, and returns the handle to the resource.

FUNCTION ImportResourceToCurrentFile(
				listID : LONGINT;
				index  : LONGINT): HANDLE;
def vs.ImportResourceToCurrentFile(listID, index):
    return HANDLE

Parameters

Name Type Description
listID LONGINT an ID for a resource list created by the BuildResourceList and BuildResourceListN command.
index LONGINT an index into the list.

Examples

WorkingWithResrouceList

See Also

VS Functions: ImportResToCurFileN | BuildResourceList |BuildResourceListN

Version

Availability: from VectorWorks12.0

Category