Property that controls the lineweight for
extension 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 DIMLWE
system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public LineWeight Dimlwe { get; set; }
Public Property Dimlwe As LineWeight
Get
Set
public:
property LineWeight Dimlwe {
LineWeight get ();
void set (LineWeight value);
}
member Dimlwe : LineWeight with get, set
Property Value
LineWeight
See Also