DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWndEvents.EditorPointChangeEvent | Methods
EditorPointChange event. Will be fired upon changing a point in the editor.
Available also on: Delphi FMX | .NET WinForms | Java.
// C# public void EditorPointChangeEvent( ref WordBool Translated, ITGIS_Point3D Ptg, TGIS_EditorOperation Operation, ref ITGIS_Point3D Proj );
' VisualBasic Public Sub EditorPointChangeEvent( ByRef Translated As WordBool, ByVal Ptg As ITGIS_Point3D, ByVal Operation As TGIS_EditorOperation, ByRef Proj As ITGIS_Point3D )
// Oxygene public procedure EditorPointChangeEvent( var Translated : WordBool; Ptg : ITGIS_Point3D; Operation : TGIS_EditorOperation; var Proj : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
Translated | WordBool | |
Ptg | ITGIS_Point3D | |
Operation | TGIS_EditorOperation | |
Proj | ITGIS_Point3D |