Gets or sets if the plotting flag.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic bool Plot { get; set; }
Public Property Plot As Boolean
Get
Set
public:
property bool Plot {
bool get ();
void set (bool value);
}
member Plot : bool with get, set
PROPERTY Plot AS LOGIC GET SET
Property Value
Type:
Boolean
RemarksIf set to false, do not plot this layer.
See Also