civil:style-get-symbolstyles


(civil:style-get-symbolstyles  asNames)

This function returns the all available Civil Symbol styles as list of strings or list of enames as specified by the asNames flag.

Arguments

asNames  (T/NIL) T returns the names (strings), NIL returns the entity names (enames)

Return

list of strings, or list of enames; NIL is returned if no style exists

Example

(vl-load-civil)  T
(setq symbolStyleNames (civil:style-get-symbolstyles T))  ("Default Point" "Default" "Default Point2" "Default Point3")
(setq symbolStyleIds (civil:style-get-symbolstyles NIL))  (<Entity name: 32003d50> <Entity name: 32003f90> <Entity name: 320045d0> <Entity name: 32004690>)

Remarks




©  Bricsys NV. All rights reserved.