DatabaseThickness Property
|
Property that represents the default 3D
thickness for new entities. This property corresponds to the
THICKNESS system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Thickness { get; set; }
Public Property Thickness As Double
Get
Set
public:
property double Thickness {
double get ();
void set (double value);
}
member Thickness : float with get, set
Property Value
Double
See Also