Property that controls the gap between
dimension text and dimension lines. * A negative value for DIMGAP
draws a reference box round the dimension text. * Text is placed
inside a dimension line only if there will be two line segments
each as long as abs(DIMGAP). This property corresponds to the
DIMGAP system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Dimgap { get; set; }
Public Property Dimgap As Double
Get
Set
public:
property double Dimgap {
double get ();
void set (double value);
}
member Dimgap : float with get, set
Property Value
Double
See Also