civil:style-get-symbolstyle-params


(civil:style-get-symbolstyle-params  nameOrEname)

Returns the DottedPair list of all style parameters for 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

DottedPair list (key [STRING] . Value) or NIL

Example

(vl-load-civil)  T
(setq params (civil:style-get-symbolstyle-params "Default Point3"))
(("SymbolType" . 1) ("CustomSymbol" . 1) ("SquareFrame" . "Off") ("CircleFrame" . "On") ("BlockName" . "") ("Size" . 2.5) ("Rotation" . 0.0) ("ScalingType" . 0) ("FixedScale" 1.0 1.0 1.0) ("OrientationReference" . 2) ("MaximumSize" . 0.0) ("AsPDMODE" . 33))

Remarks




©  Bricsys NV. All rights reserved.