DimStyleTableRecordDimadec Property
|
Property that controls number of decimal
places in angular dimensions. This property corresponds to the
DIMADEC system variable. If DIMADEC == –1, the number of decimal
places is determined by DIMDEC.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual int Dimadec { get; set; }
Public Overridable Property Dimadec As Integer
Get
Set
public:
virtual property int Dimadec {
int get ();
void set (int value);
}
abstract Dimadec : int with get, set
override Dimadec : int with get, set
Property Value
Int32
See Also