Property that controls the orientation of
dimension text inside the extension lines. This property
corresponds to the DIMTIX system variable. Available values:
ValueDescriptionfalse Inside extension lines if there
is room. true Inside extension lines.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Dimtix { get; set; }
Public Property Dimtix As Boolean
Get
Set
public:
property bool Dimtix {
bool get ();
void set (bool value);
}
member Dimtix : bool with get, set
Property Value
Boolean
See Also