Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 617 Bytes

File metadata and controls

37 lines (29 loc) · 617 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