DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Reverse | Methods | Properties
Reverse the order of parts.
// C# public ITGIS_Shape Reverse();
' VisualBasic Public Function Reverse() As ITGIS_Shape
// Oxygene public function Reverse : ITGIS_Shape;
Type | Description |
---|---|
ITGIS_Shape | Newly created shape. |
Use this method to reverse the order of parts in multipart shape. The shape structure will be rebuilt. See example.