DatabaseDimatfit Property
|
Property that controls how arrows and text are
placed when they do not fit within the extension lines of
dimensions. This property corresponds to the DIMATFIT system
variable. Value Description 0 Moves text and arrows outside
extension lines. 1 Moves arrows, then text, outside extension
lines. When DIMTMOVE == 1, a leader is added to moved text 2 Moves
text, then arrows, outside extension lines. 3 Moves text or arrows
for best fit.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Dimatfit { get; set; }
Public Property Dimatfit As Integer
Get
Set
public:
property int Dimatfit {
int get ();
void set (int value);
}
member Dimatfit : int with get, set
Property Value
Int32
See Also