DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnits.Create_ | Methods | Properties
Create an instance of automatic units
// C# public void Create_( int _epsg, WideString _wkt, ITGIS_IntegerArray _subunits );
' VisualBasic Public Sub Create_( ByVal _epsg As Integer, ByVal _wkt As WideString, ByVal _subunits As ITGIS_IntegerArray )
// Oxygene public procedure Create_( _epsg : Integer; _wkt : WideString; _subunits : ITGIS_IntegerArray );
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit |
_wkt | WideString | WKT name for the unit |
_subunits | ITGIS_IntegerArray | list of units in a set ordered by factor; if contains areal units then order should be by squared factor of all units except areas |