DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Reverse | Methods | Properties
Reverses the order of parts in a multipart shape and returns the resulting shape.
// C# public ITGIS_Shape Reverse();
' VisualBasic Public Function Reverse() As ITGIS_Shape
// Oxygene public function Reverse : ITGIS_Shape;
| Type | Description |
|---|---|
| ITGIS_Shape | A newly created shape with reversed part order. |
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.