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 BuildResourceList and BuildResourceListN command. |
| index | LONGINT | an index into the list. |
VS Functions: ImportResToCurFileN | BuildResourceList |BuildResourceListN
Availability: from VectorWorks12.0