Deletes the indicated object in the specified resource list.
PROCEDURE DeleteResourceFromList(
listID : LONGINT;
index : LONGINT);def vs.DeleteResourceFromList(listID, index):
return None| Name | Type | Description |
|---|---|---|
| listID | LONGINT | an ID for a resource list created by the BuildResourceList function. |
| index | LONGINT | an index into the list. |
Availability: from VectorWorks12.0