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| 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. |
rkingWithResrouceList}}
VS Functions: ImportResToCurFileN | BuildResourceList |BuildResourceListN
Availability: from VectorWorks12.0
- Document List Handling