civil:style-get-labelstyle


(civil:style-get-labelstyle  nameOrEname  styleCategory)

Returns 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

ENAME of the Label Style object, 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>

Remarks

styleCategory : see ECivil3dLabelStyleCategory bit values



©  Bricsys NV. All rights reserved.