civil:style-has-symbolstyle


(civil:style-has-symbolstyle  nameOrEname)

Verifies whether the Civil Symbol Style object as specified by nameOrEname exists.

Arguments

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

Return

T 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-has-symbolstyle "Default Point"))  NIL
(setq styleId (civil:style-has-symbolstyle "Default Point2"))  T

Remarks




©  Bricsys NV. All rights reserved.