Click or drag to resize

DimensionPropertiesUnit Property

Allow the system unit preferences for the unit to use for displaying distances to be overridden locally for this dimension. Useful to mix m, cm and mm on the same drawing. This is ignored if the FormatString is set.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public DimensionUnit Unit { get; set; }

Property Value

Type: DimensionUnit
See Also