User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.reverse_void

Table of Contents

ITGIS_Shape.Reverse method

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

Reverse the order of parts.

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

Syntax

// C#
public ITGIS_Shape Reverse();
' VisualBasic
Public Function Reverse() As ITGIS_Shape
// Oxygene
public
  function Reverse : ITGIS_Shape;

Result

Type Description
ITGIS_Shape Newly created shape.

Remarks

Use this method to reverse the order of parts in multipart shape. The shape structure will be rebuilt. See example.

2022/11/16 01:11

Page Tools