User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.reverse_void

Table of Contents

ITGIS_Shape.Reverse method

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

Reverses the order of parts in a multipart shape and returns the resulting shape.

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 A newly created shape with reversed part order.

Remarks

PURPOSE: Reorders multipart geometry for editing, normalization, and geometry transformation workflows.

BEHAVIOR: Creates a new shape whose parts are stored in the opposite order from the source shape, leaving the original unchanged.

CONSTRAINTS: The caller owns the returned shape.

2026/07/11 00:14

Page Tools