User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.distance2shape_itgis_shape

Table of Contents

ITGIS_Shape.Distance2Shape method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Distance2Shape | Methods | Properties

Calculate planar distance between two shapes.

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

Syntax

// C#
public double Distance2Shape(
  ITGIS_Shape _shp
);
' VisualBasic
Public Function Distance2Shape(
  ByVal _shp As ITGIS_Shape
) As Double
// Oxygene
public
  function Distance2Shape(
    _shp : ITGIS_Shape
  ) : Double;

Parameters

Name Type Description
_shp ITGIS_Shape reference shape

Result

Type Description
double
Double
Distance in map units.
2022/11/16 01:11

Page Tools