|
Description
|
Returns/sets the current entity color number: 0 = BYBLOCK, 256 = BYLAYER.
|
Syntax Visual Basic
|
[form.]DXFReader.CurrentColor[ = Value%]
|
|
Visual C++
|
short DXFReader.GetCurrentColor(); void DXFReader.SetCurrentColor(short nNewValue);
|
|
Delphi
|
property CurrentColor: Smallint;
|
|
C#
|
short DXFReader.CurrentColor;
|
|
Remarks
|
This property isn't showed in Property Browser but is showed in the Object Browser.
|
|
Data Type
|
Integer
|
|
Default Value
|
256 (BYLAYER)
|