Invokes the
ChangeDrawingColors event
Namespace:
CADImport.CADImportForms
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub OnChangeDrawingColors( _ ByVal val As Boolean _ ) |
C#
|
public void OnChangeDrawingColors( bool val ) |
Parameters
-
val
-
Type: bool
If false then the drawing is drawn in black-and-white, else in color
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also