civil:style-set-createdby


(civil:style-set-createdby  styleId  name)

Assigns a new author name for the styleId Civil Style object.

Arguments

styleId  (ename)  specifies the (Label or Symbol) style to assign a new author name
name  (string)  the new author name for the specified style object

Return

T or NIL

Example

(vl-load-civil)  T
(setq points (civil:pgroup-get-allpoints "_All points"))
(<Entity name: 6c1e30c0> <Entity name: 6c1e2940> <Entity name: 6c1e2980> <Entity name: 6c1e2ac0> <Entity name: 6c1e2a00> <Entity name: 6c1e2b00> <Entity name: 6c1e2700> <Entity name: 6c1e2b40> <Entity name: 6c1e2b80> <Entity name: 6c1e2c40>)
(setq pointename (nth 2 points))  <Entity name: 6c1e2980>

(setq styleId (civil:point-get-symbolid pointename))  <Entity name: 6c1e2a80>
(civil:style-get-createdby styleId)  "andrejm"
(civil:style-set-createdby styleId "Edwin")  T
(civil:style-get-createdby styleId)  "Edwin"

Remarks

supported Style objects : Label Style + Symbol Style for "Civil3D Point"; will be extended in future BricsCAD versions



©  Bricsys NV. All rights reserved.