User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.unproject3d_ref_itgis_point3d

Table of Contents

ITGIS_Layer.Unproject3D_Ref method

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

Applies reverse projection (recovers from the projection) on the single point in 3D.

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

Syntax

// C#
public void Unproject3D_Ref(
  ref ITGIS_Point3D _ptg
);
' VisualBasic
Public Sub Unproject3D_Ref(
  ByRef _ptg As ITGIS_Point3D
)
// Oxygene
public
  procedure Unproject3D_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.

2022/11/16 01:09

Page Tools