param:get-istransient


(param:get-istransient  constraintsGroup)

Verifies whether the constraintsGroup (integer) is a transient group (not stored in dwg).

Arguments

constraintsGroup (integer) the constraints group to query for the transient status

Return

T if the specified constraintsGroup is a transient object (not persistent in the dwg file), or NIL otherwise

Example

(vl-load-mech)  2
(setq res ((param:get-allconstraintsgroups))  (2698242080 2698242176)
(setq grp (car res))  2698242080
((param:get-istransient grp)  nil

Remarks

see functions (param:get-allconstraintsgroups) and (param:get-constraintsgroup) to retrieve the constraintsGroup

Note




©  Bricsys NV. All rights reserved.