DatabaseDimaltrnd Property
|
Property that controls the rounding of
alternate measurements in dimensions. This property corresponds to
the DIMALTRND system variable. If DIMALTRND == 0.0, no rounding is
performed.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Dimaltrnd { get; set; }
Public Property Dimaltrnd As Double
Get
Set
public:
property double Dimaltrnd {
double get ();
void set (double value);
}
member Dimaltrnd : float with get, set
Property Value
Double
See Also