DK for .NET | TatukGIS.NDK.TGIS_CSUnits.AutoSelect | Constructors | Methods | Properties
Returned the most appropriate sub unit for selected value.
// C# public TGIS_CSUnits AutoSelect( bool _areal, ref double _value );
' VisualBasic Public Function AutoSelect( ByVal _areal As Boolean, ByRef _value As Double ) As TGIS_CSUnits
// Oxygene public function AutoSelect( _areal : Boolean; var _value : Double ) : TGIS_CSUnits;
| Name | Type | Description |
|---|---|---|
| _areal | bool Boolean | if true select areal units, if false select linear. |
| _value | double Double | units in base metric |
| Type | Description |
|---|---|
| TGIS_CSUnits | Units converted to string. |