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| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
| record | STRING | Name of record to assign to object. |
SetRecord(HandleToObject,'Part Info');Availability: from All Versions