Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 479 Bytes

File metadata and controls

27 lines (21 loc) · 479 Bytes

DelRecord

Description

Procedure DelRecord removes an attached record from the referenced object.

PROCEDURE DelRecord(
				h    : HANDLE;
				name : STRING);
def vs.DelRecord(h, name):
    return None

Parameters

Name Type Description
h HANDLE Handle to object.
name STRING Name of record to be removed.

Version

Availability: from MiniCAD7.0

Category