User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_controlscaleevents.prepareevent_itgis_point_itgis_point_double_widestring

Table of Contents

ITGIS_ControlScaleEvents.PrepareEvent method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ControlScaleEvents.PrepareEvent | Methods

Event fired before calculating scale.

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

Syntax

// 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
  );

Parameters

Name Type Description
PtA ITGIS_Point
PtB ITGIS_Point
Distance double
Double
Units WideString
2022/11/16 01:08

Page Tools