AddMText(CircleReference, width, text) MTextObj.BackgroundFill = True ZoomAll End Sub Visual LISP: (vl-load-com) (defun c:Example_BackgroundFill() ;; This example creates a circle and an MText object, and masks part of the ;; circle with the MText object (setq acadObj (vlax-get-...
MText: The value contained in this property is the Background Mask property in the Properties palette. Examples VBA: Sub Example_BackgroundFill() ' This example creates a circle and an MText object, and masks part of the ' circle with the MText object 'Draw a circle Dim circleObj As Ac...