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