Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 894 Bytes

File metadata and controls

35 lines (26 loc) · 894 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 [[VS:BuildResourceList]] and [[VS:BuildResourceListN]] command.
index LONGINT an index into the list.

Examples

rkingWithResrouceList}}

See Also

VS Functions: ImportResToCurFileN | BuildResourceList |BuildResourceListN

Version

Availability: from VectorWorks12.0

Category

  • Document List Handling