Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 624 Bytes

File metadata and controls

27 lines (21 loc) · 624 Bytes

GetParametricRecord

Description

Returns the handle to the parametric record attached the referenced object.

Parametric record is a hidden record format containing the parameter values of the parametric object.
Only parametric objects have parametric records.

FUNCTION GetParametricRecord(h : HANDLE): HANDLE;
def vs.GetParametricRecord(h):
    return HANDLE

Parameters

Name Type Description
h HANDLE Handle to a parametric object

Version

Availability: from Vectorworks 2011

Category