User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist.fix__itgis_csabstract

Table of Contents

ITGIS_CSAbstractList.Fix_ method

DK for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.Fix_ | Methods | Properties

Replaces an existing item matched by EPSG code.

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

Syntax

// C#
public ITGIS_CSAbstract Fix_(
  ITGIS_CSAbstract _obj
);
' VisualBasic
Public Function Fix_(
  ByVal _obj As ITGIS_CSAbstract
) As ITGIS_CSAbstract
// Oxygene
public
  function Fix_(
    _obj : ITGIS_CSAbstract
  ) : ITGIS_CSAbstract;

Parameters

Name Type Description
_obj ITGIS_CSAbstract Object containing the replacement definition.

Result

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

Page Tools