User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csabstractlist.fix_tgis_csabstract

Table of Contents

TGIS_CSAbstractList.Fix method

DK for .NET | TatukGIS.NDK.TGIS_CSAbstractList.Fix | Constructors | Methods | Properties

Replaces an existing item matched by EPSG code.

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

Syntax

// C#
public virtual TGIS_CSAbstract Fix(
  TGIS_CSAbstract _obj
);
' VisualBasic
Public Overridable Function Fix(
  ByVal _obj As TGIS_CSAbstract
) As TGIS_CSAbstract
// Oxygene
public
  function Fix(
    _obj : TGIS_CSAbstract
  ) : TGIS_CSAbstract; virtual;

Parameters

Name Type Description
_obj TGIS_CSAbstract Object containing the replacement definition.

Result

Type Description
TGIS_CSAbstract Object stored in the list after the replacement operation.
2026/07/11 00:54

Page Tools