|
Description
|
Sets the appearance of output from graphics methods or of a Shape or Line control.
|
Syntax Visual Basic
|
Value% = [form.]DXFReader.DrawMode
|
|
Visual C++
|
short DXFReader.GetDrawMode(); void DXFReader.SetDrawMode(short nNewValue);
|
|
Delphi
|
property DrawMode: Smallint;
|
|
C#
|
short DXFReader.DrawMode;
|
|
Remarks
|
Returns or sets a value that determines the appearance of output.
|
|
Data Type
|
Integer
|
|
Default Value
|
13
|