civil:style-create-symbolstyle


(civil:style-create-symbolstyle  name)

Creates a new Civil Symbol Style object using name, if such style does not exist yet.

Arguments

name  (string)  specifies the name of the Symbol Style object to be created

Return

ENAME or NIL

Example

(vl-load-civil)  T
(setq symbolStyleNames (civil:style-get-symbolstyles T))  ("Default Point XXX" "Default" "Default Point2" "Default Point3")

(setq symbolId (civil:style-create-symbolstyle "NewSymbolStyle"))  <Entity name: 6d258340>
(setq symbolStyleNames (civil:style-get-symbolstyles T))  ("Default Point XXX" "Default" "Default Point3" "NewSymbolStyle")

Remarks

if the Civil Symbol Style object with name already exists, the ENAME of the existing style is returned;



©  Bricsys NV. All rights reserved.