WriteAutodeskParams.ForegroundColor Property

Gets or sets the color saved as foreground color ( AutoCAD color index 7).
Public Property ForegroundColor() As Color
This language is not supported or no code example is available.
public Color ForegroundColor {get; set;}
This language is not supported or no code example is available.

Property Value

Color
Exception type Condition

EyeshotException

Thrown when trying to set a color different than white or black.

Remarks
 
Used only if colors are saved as AciColors, to choose which color( white or black) is saved with index 7, so that AutoCAD automatically display it in contrast with the background color.

.NET Framework

Supported in: 4.8

In this article

Definition