Gets or sets if the plotting flag.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public 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:
BooleanRemarks If set to false, do not plot this layer.
See Also