User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_editorevents.snappointevent_itgis_point3d_double_itgis_point3d_double

Table of Contents

ITGIS_EditorEvents.SnapPointEvent method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_EditorEvents.SnapPointEvent | Methods

Event to call a custom snap routine.

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

Syntax

// C#
public void SnapPointEvent(
  ITGIS_Point3D Ptg,
  double Prec,
  ref ITGIS_Point3D Proj,
  ref double Dist
);
' VisualBasic
Public Sub SnapPointEvent(
  ByVal Ptg As ITGIS_Point3D,
  ByVal Prec As Double,
  ByRef Proj As ITGIS_Point3D,
  ByRef Dist As Double
)
// Oxygene
public
  procedure SnapPointEvent(
    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
2024/12/20 22:15

Page Tools