User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csarealist.fix_integer_string

Table of Contents

TGIS_CSAreaList.Fix method

DK11 for Python | tatukgis.pdk.TGIS_CSAreaList.Fix | Constructors | Methods | Properties

Fix item by substituting exiting item based on EPSG code.

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

Syntax

# Python
def Fix(
  self
  _epsg: int
  _name: str
) -> tatukgis.pdk.TGIS_CSArea: 

Parameters

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

Result

Type Description
tatukgis.pdk.TGIS_CSArea Fixed object.

Remarks

function will not check _epsg for being unique

2022/11/21 01:49

Page Tools