civil:style-get-symbolstyle


(civil:style-get-symbolstyle  nameOrEname)

Returns the Civil Symbol Style object as specified by nameOrEname.

Arguments

nameOrEname  (string | ename)  specifies the Symbol Style object, as string name or ename of the style object

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 styleId (civil:style-get-symbolstyle "Default Point"))  NIL
(setq styleId (civil:style-get-symbolstyle "Default Point2"))  <Entity name: 320045d0>

Remarks




©  Bricsys NV. All rights reserved.