Property that controls the lineweight for
dimension lines. Some specific values: Value Description -1
Lightweight is set to "ByLayer" -2 Lightweight is set to "ByBlock"
-3 Lightweight is set to "Default", which is controlled by
LWDEFAULT system variable This property corresponds to the DIMLWD
system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public LineWeight Dimlwd { get; set; }
Public Property Dimlwd As LineWeight
Get
Set
public:
property LineWeight Dimlwd {
LineWeight get ();
void set (LineWeight value);
}
member Dimlwd : LineWeight with get, set
Property Value
LineWeight
See Also