DatabaseDimscale Property
|
Property that controls the scale factor
applied to all dimension variables that regulate sizes, offsets,
and distances. This property corresponds to the DIMSCALE system
variable. DIMSCALE serves as an overall "volume control" for
dimensions and leaders. ValueDescription0.0 A
"reasonable" value is computed for model space viewports. >0.0
If set to the inverse of the plot scale, plotted dimensions will be
at the sizes specified by the other dimension variables.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Dimscale { get; set; }
Public Property Dimscale As Double
Get
Set
public:
property double Dimscale {
double get ();
void set (double value);
}
member Dimscale : float with get, set
Property Value
Double
See Also