DimStyleTableRecordDimcen Property
|
Property that controls the generation of arc
and circle center marks and lines. This property corresponds to the
DIMCEN system variable. The absolute value of DIMCEN specifies the
size of the center mark, which half the length of the center mark,
which is also the length of the portion of a center line beyond the
arc or circle, as well as the length of the gap between the center
mark and line. The sign of DIMCEN controls the generation of center
marks and center lines: Value Description <0 Center marks and
center lines. 0 No center marks or center lines. >0 Center
lines.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual double Dimcen { get; set; }
Public Overridable Property Dimcen As Double
Get
Set
public:
virtual property double Dimcen {
double get ();
void set (double value);
}
abstract Dimcen : float with get, set
override Dimcen : float with get, set
Property Value
Double
See Also