EllipseCreateToolParameters.RadiusUnit Property
Gets or sets the LengthUnit used to define the length unit of the radius and inner radius.
Thread safety: This property is not thread-safe.
Syntax
public LengthUnit RadiusUnit { get; set; }
Property Value
Type: LengthUnit
Default: LengthUnit.Meter
Must have the same LengthUnit value as the associated EllipseOperator has. You need to specify the value used in the operator in this property so that the CreateTool knows what unit to use.
Default: LengthUnit.Meter
Must have the same LengthUnit value as the associated EllipseOperator has. You need to specify the value used in the operator in this property so that the CreateTool knows what unit to use.
Platforms
Windows, Linux, Android