User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.project_ref_itgis_point

Table of Contents

ITGIS_Layer.Project_Ref method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Project_Ref | Methods | Properties

Applies a projection on the single point.

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

Syntax

// C#
public void Project_Ref(
  ref ITGIS_Point _ptg
);
' VisualBasic
Public Sub Project_Ref(
  ByRef _ptg As ITGIS_Point
)
// Oxygene
public
  procedure Project_Ref(
    var _ptg : ITGIS_Point
  );

Parameters

Name Type Description
_ptg ITGIS_Point point to be projected

Remarks

If Rotation has been applied then point will be rotated accordingly.

2022/11/16 01:09

Page Tools