DK11 for .NET | TatukGIS.NDK.TGIS_CSUnitsList.Add | Constructors | Methods | Properties
Add a new item into the list.
// C# public virtual TGIS_CSUnits Add( int _epsg, string _wkt, string _symbol, TGIS_CSUnitsType _type, double _factor );
' VisualBasic Public Overridable Function Add( ByVal _epsg As Integer, ByVal _wkt As String, ByVal _symbol As String, ByVal _type As TGIS_CSUnitsType, ByVal _factor As Double ) As TGIS_CSUnits
// Oxygene public function Add( _epsg : Integer; _wkt : String; _symbol : String; _type : TGIS_CSUnitsType; _factor : Double ) : TGIS_CSUnits; reintroduce; virtual;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | string String | WKT name for the unit |
_symbol | string String | units symbol like 'km', 'm' |
_type | TGIS_CSUnitsType | angular, linear or areal units |
_factor | double Double | factor between unit and basic unit (meter or radians); for example factor for kilometer is 1000. |
Type | Description |
---|---|
TGIS_CSUnits | Newly created object. |