Property that controls the movement of
user-positioned text when dimension lines are moved. This property
corresponds to the DIMUPT system variable. Available values:
ValueDescriptionfalse Moves only the dimension line.
true Moves the dimension line and the text.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Dimupt { get; set; }
Public Property Dimupt As Boolean
Get
Set
public:
property bool Dimupt {
bool get ();
void set (bool value);
}
member Dimupt : bool with get, set
Property Value
Boolean
See Also