User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shapepolygon.partlengthcs_integer

Table of Contents

TGIS_ShapePolygon.PartLengthCS method

DK11 for .NET | TatukGIS.NDK.TGIS_ShapePolygon.PartLengthCS | Constructors | Fields | Methods | Properties

Calculate the length of a shape part.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_Shape.PartLengthCS.

// C#
public override double PartLengthCS(
  int _part
);
' VisualBasic
Public Overrides Function PartLengthCS(
  ByVal _part As Integer
) As Double
// Oxygene
public
  function PartLengthCS(
    _part : Integer
  ) : Double; override;

Parameters

Name Type Description
_part int
Integer
number of the part closest to a given point

Result

Type Description
double
Double
Part length in meters (or -1 if map units if CS is not defined).

Remarks

For polygons function returns length of the perimeter.

2021/12/07 09:05

Page Tools