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

Fix item by substituting existing item based on 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 matching object to be fixed

Result

Type Description
ITGIS_CSAbstract Fixed object.
2025/01/31 01:03

Page Tools