DecimalSeparator Property

Specifies the character to be used as the decimal separator in decimal dimension and tolerance values.

See Also | Example

Signature

object.DecimalSeparator

object

Dim3PointAngular, DimAligned, DimAngular, DimArcLength, DimDiametric, DimOrdinate, DimRadial, DimRadialLarge, DimRotated, Tolerance
The object or objects this property applies to.

DecimalSeparator

String; read-write
A single character used as the separator in decimal values.

System variables

This property overrides the value of the DIMDSEP system variable for the given dimension.

Remarks

The initial value for this property is ".".

Any character will be accepted as a valid value for this property.

This property will be used only when the UnitsFormat property is set to acDimDecimal.

 

   Comments?