civil:pgroup-iseditable


(civil:pgroup-iseditable  groupNameOrEname)

Determines whether the specified C3D PointGroup groupNameOrEname can be modified, or is read-only.

Arguments

groupNameOrEname  (string or ename)  the name (string) or ENAME of the PointGroup to verify the read-only or write-protected status for

Return

T if the PointGroup is editable, or NIL if the PointGroup is read-only

Example

(vl-load-civil)  T
(setq res (civil:pgroup-iseditable "_All points"))  NIL
(setq res (civil:pgroup-iseditable "testg1"))  T

Remarks




©  Bricsys NV. All rights reserved.