VS:SetRecord

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Assigns an instance of an existing record format to the referenced object .

PROCEDURE SetRecord(
h :HANDLE;
record :STRING);
def vs.SetRecord(h, record):
    return None

Parameters

h HANDLE Handle to object.
record STRING Name of record to assign to object.

Example

VectorScript

SetRecord(HandleToObject,'Part Info');

Python


Version

Availability: from All Versions