Property that controls the drawing of
dimension lines between extension lines when text is outside the
dimension lines. This property corresponds to the DIMTOFL system
variable. Available values: ValueDescriptionfalse
Disabled. true Enabled.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Dimtofl { get; set; }
Public Property Dimtofl As Boolean
Get
Set
public:
property bool Dimtofl {
bool get ();
void set (bool value);
}
member Dimtofl : bool with get, set
Property Value
Boolean
See Also