civil:style-get-labelstyle-params


(civil:style-get-labelstyle-params  nameOrEname  styleCategory)

Returns the DottedPair list of all style parameters for the Civil Label Style object as specified by nameOrEname in category styleCategory.

Arguments

nameOrEname  (string | ename)  specifies the Label Style object, as string name or ename of the style object
styleCategory  (integer bit flag)  combination of ECivil3dLabelStyleCategory values

Return

DottedPair list (key [STRING] . value), or NIL

Example

(vl-load-civil)  T
(setq labelStyleNames (civil:style-get-labelstyles bcCivilPointLabel T))  ("Default" "pointstyle1" "pointstyle2")
(setq style (civil:style-get-labelstyle "Default" bcCivilPointLabel))  <Entity name: 320044d0>

(setq params (civil:style-get-labelstyle-params "Default" bcCivilPointLabel))
(("TextStyle" . "Standard") ("Visible" . "On") ("Layer" . "") ("OrientationReference" . 0) ("ForcedInsertion" . 0) ("ReadabilityBias" . 1.91986217719376) ("PlanReadable" . "On") ("FlipAnchorsWithText" . "Off") ("forceInsideCurve" . "Off"))

Remarks

styleCategory : see ECivil3dLabelStyleCategory bit values



©  Bricsys NV. All rights reserved.