Share
 
 

BackgroundLinesHiddenLine Property (ActiveX)

Specifies the hidden line visibility of background lines.

Supported platforms: Windows only

Signature

VBA:

object.BackgroundLinesHiddenLine
object

Type: SectionTypeSettings

The object to which this property applies.

Property Value

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

Type: Boolean

  • True: Hidden lines are drawn for background lines.
  • False: Hidden lines are not drawn for background lines.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?