Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 575 Bytes

File metadata and controls

31 lines (23 loc) · 575 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

rkingWithResrouceList}}

Version

Availability: from VectorWorks12.0

Category

  • Document List Handling