Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 660 Bytes

File metadata and controls

30 lines (23 loc) · 660 Bytes

DeleteResourceFromList

Description

Deletes the indicated object in the specified resource list.

PROCEDURE DeleteResourceFromList(
				listID : LONGINT;
				index  : LONGINT);
def vs.DeleteResourceFromList(listID, index):
    return None

Parameters

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

Examples

WorkingWithResrouceList

Version

Availability: from VectorWorks12.0

Category