Property that controls the dimension text
horizontal position. This property corresponds to the DIMJUST
system variable. Value Description 0 Centered above the dimension
line. 1 By the first extension line. 2 By the second extension
line. 3 Above the dimension line, parallel to the first extension
line. 4 Above the dimension line, parallel to the second extension
line.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Dimjust { get; set; }
Public Property Dimjust As Integer
Get
Set
public:
property int Dimjust {
int get ();
void set (int value);
}
member Dimjust : int with get, set
Property Value
Int32
See Also