DatabasePlinewid Property
|
Property that controls the default width for
new Polyline entities. Value should be greater than or equal to 0.
This property corresponds to the PLINEWID system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Plinewid { get; set; }
Public Property Plinewid As Double
Get
Set
public:
property double Plinewid {
double get ();
void set (double value);
}
member Plinewid : float with get, set
Property Value
Double
See Also