DatabasePsolHeight Property
|
Property that controls the default height, in
drawing units, used by the POLYSOLID command, for swept solid
objects. This property corresponds to the PSOLHEIGHT system
variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double PsolHeight { get; set; }
Public Property PsolHeight As Double
Get
Set
public:
property double PsolHeight {
double get ();
void set (double value);
}
member PsolHeight : float with get, set
Property Value
Double
See Also