DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnits.AsAngular | Methods | Properties
Convert units as annular to string representation with proper units symbol.
// C# public WideString AsAngular( double _value, WordBool _prec );
' VisualBasic Public Function AsAngular( ByVal _value As Double, ByVal _prec As WordBool ) As WideString
// Oxygene public function AsAngular( _value : Double; _prec : WordBool ) : WideString;
Name | Type | Description |
---|---|---|
_value | double Double | units in base metric |
_prec | WordBool | if true then fixed decimal digits will be presented; if false then only significant digits (no trailing zeros) will be presented |
Type | Description |
---|---|
WideString | Units converted to string. |