DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ControlScaleEvents.PrepareEvent | Methods
Event fired before calculating scale.
Available also on: Delphi FMX | .NET WinForms | Java | Python.
// C# public void PrepareEvent( ITGIS_Point PtA, ITGIS_Point PtB, ref double Distance, ref WideString Units );
' VisualBasic Public Sub PrepareEvent( ByVal PtA As ITGIS_Point, ByVal PtB As ITGIS_Point, ByRef Distance As Double, ByRef Units As WideString )
// Oxygene public procedure PrepareEvent( PtA : ITGIS_Point; PtB : ITGIS_Point; var Distance : Double; var Units : WideString );
Name | Type | Description |
---|---|---|
PtA | ITGIS_Point | |
PtB | ITGIS_Point | |
Distance | double Double | |
Units | WideString |