DimStyleTableRecordDimtofl Property
|
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 virtual bool Dimtofl { get; set; }
Public Overridable Property Dimtofl As Boolean
Get
Set
public:
virtual property bool Dimtofl {
bool get ();
void set (bool value);
}
abstract Dimtofl : bool with get, set
override Dimtofl : bool with get, set
Property Value
Boolean
See Also