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.
// 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 );
Name | Type | Description |
---|---|---|
Ptg | ITGIS_Point3D | |
Prec | double Double | |
Proj | ITGIS_Point3D | |
Dist | double Double |