Share
 
 

BackgroundLinesVisible Property (ActiveX)

Specifies the visibility of background lines.

Supported platforms: Windows only

Signature

VBA:

object.BackgroundLinesVisible
object

Type: SectionTypeSettings

The object to which this property applies.

Property Value

Read-only:
  • No: AutoCAD
  • Yes: AutoCAD LT

Type: Boolean

  • True: Background lines are visible.
  • False: Background lines are not visible.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?