Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 576 Bytes

File metadata and controls

38 lines (29 loc) · 576 Bytes

SetRecord

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

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

Examples

==== VectorScript ====

SetRecord(HandleToObject,'Part Info');

==== Python ====

Version

Availability: from All Versions

Category

  • Database @ Record