Determines whether underlay is monochrome.
Supported platforms: Windows only
Signature
VBA:
object.Monochrome
- object
-
Type: DgnUnderlay, DwfUnderlay, PdfUnderlay
The object to which this property applies.
Property Value
Read-only: No
Type: Boolean
- True: The underlay is displayed in monochrome.
- False: The underlay is not displayed in monochrome.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available