User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.project3d_ref_itgis_point3d

Table of Contents

ITGIS_Layer.Project3D_Ref method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Project3D_Ref | Methods | Properties

Applies a projection on the single point in 3D.

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

Syntax

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

Parameters

Name Type Description
_ptg ITGIS_Point3D point to be unprojected

Remarks

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

2025/01/31 01:04

Page Tools