User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csarealist.fix_integer_string

Table of Contents

TGIS_CSAreaList.Fix method

DK11 for .NET | TatukGIS.NDK.TGIS_CSAreaList.Fix | Constructors | Methods | Properties

Fix item by substituting exiting item based on EPSG code.

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

Syntax

// C#
public virtual TGIS_CSArea Fix(
  int _epsg,
  string _name
);
' VisualBasic
Public Overridable Function Fix(
  ByVal _epsg As Integer,
  ByVal _name As String
) As TGIS_CSArea
// Oxygene
public
  function Fix(
    _epsg : Integer;
    _name : String
  ) : TGIS_CSArea; reintroduce; virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool
_name string
String
area name

Result

Type Description
TGIS_CSArea Fixed object.

Remarks

function will not check _epsg for being unique

2022/11/16 01:28

Page Tools