User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csunits.create__integer_widestring_itgis_integerarray

Table of Contents

ITGIS_CSUnits.Create_ method

DK for ActiveX | TatukGIS_XDK11.ITGIS_CSUnits.Create_ | Methods | Properties

Create an automatic unit definition based on an ordered list of subunits.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Parameters

Name Type Description
_epsg int
Integer
EPSG (European Petroleum Survey Group) code for the unit.
_wkt WideString WKT (Well-Known Text) name for the unit.
_subunits ITGIS_IntegerArray List of unit EPSG codes ordered by conversion factor. For areal units, ordering should reflect the squared factor of linear units.
2026/07/11 00:10

Page Tools