Click or drag to resize

LocalizationFormatArea Method

Format an Area string from a number

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static string FormatArea(
	double area,
	UnitSystem units,
	DimensionStyle dimStyle,
	bool alternate
)

Parameters

area
Type: SystemDouble

[Missing <param name="area"/> documentation for "M:Rhino.UI.Localization.FormatArea(System.Double,Rhino.UnitSystem,Rhino.DocObjects.DimensionStyle,System.Boolean)"]

units
Type: RhinoUnitSystem

[Missing <param name="units"/> documentation for "M:Rhino.UI.Localization.FormatArea(System.Double,Rhino.UnitSystem,Rhino.DocObjects.DimensionStyle,System.Boolean)"]

dimStyle
Type: Rhino.DocObjectsDimensionStyle

[Missing <param name="dimStyle"/> documentation for "M:Rhino.UI.Localization.FormatArea(System.Double,Rhino.UnitSystem,Rhino.DocObjects.DimensionStyle,System.Boolean)"]

alternate
Type: SystemBoolean

[Missing <param name="alternate"/> documentation for "M:Rhino.UI.Localization.FormatArea(System.Double,Rhino.UnitSystem,Rhino.DocObjects.DimensionStyle,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.UI.Localization.FormatArea(System.Double,Rhino.UnitSystem,Rhino.DocObjects.DimensionStyle,System.Boolean)"]

See Also