vl-annotative-remove


(vl-annotative-remove  enameOrVlaObject  [ scale ])

This function removes the current (or the specified) annotation scale from specified entity.

Arguments

enameOrVlaObject  ename or VlaObject

scale  (optional) string, specifies the annotation scale to verify; if omitted, the CANNOSCALE scale is removed from the entity

Return

T if the specified (or CANNOSCALE) annotation scale was removed, NIL in case of an error;
(T is also returned, if the selected entity does not have the particular scale assigned; in other words, T indicates that the entity does not - or no longer - has the particular scale assigned)

Example

(vl-annotative-remove (car (entsel)) "1:50")  T

Remarks

if the specified entity does not support annotation scales, NIL is always returned (no error is triggered)



©  Bricsys NV. All rights reserved.