User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwndevents.editorsnappointevent_itgis_point3d_double_itgis_point3d_double

Table of Contents

ITGIS_ViewerWndEvents.EditorSnapPointEvent method

DK for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWndEvents.EditorSnapPointEvent | Methods

EditorSnapPoint event. Will be fired upon snapping a point in the editor in custom snapping mode.

Available also on: Delphi FMX | .NET WinForms | Java.

Syntax

// C#
public void EditorSnapPointEvent(
  ITGIS_Point3D Ptg,
  double Prec,
  ref ITGIS_Point3D Proj,
  ref double Dist
);
' VisualBasic
Public Sub EditorSnapPointEvent(
  ByVal Ptg As ITGIS_Point3D,
  ByVal Prec As Double,
  ByRef Proj As ITGIS_Point3D,
  ByRef Dist As Double
)
// Oxygene
public
  procedure EditorSnapPointEvent(
    Ptg : ITGIS_Point3D;
    Prec : Double;
    var Proj : ITGIS_Point3D;
    var Dist : Double
  );

Parameters

Name Type Description
Ptg ITGIS_Point3D
Prec double
Double
Proj ITGIS_Point3D
Dist double
Double
2025/01/31 01:05

Page Tools