DK11 for ActiveX | TatukGIS_XDK11.ITGIS_EditorEvents.SnapPointEvent | Methods
Event to call a custom snap routine.
// 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 );
Name | Type | Description |
---|---|---|
Ptg | ITGIS_Point3D | |
Prec | double Double | |
Proj | ITGIS_Point3D | |
Dist | double Double |