DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Reverse_2 | Methods | Properties
Reverse the order of parts.
// C# public ITGIS_Shape Reverse_2( WordBool _returnnewobj );
' VisualBasic Public Function Reverse_2( ByVal _returnnewobj As WordBool ) As ITGIS_Shape
// Oxygene public function Reverse_2( _returnnewobj : WordBool ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_returnnewobj | WordBool | if True, then result will be returned in a newly created object; if False, then self object will be returned |
Type | Description |
---|---|
ITGIS_Shape | If _returnnewobj=True, then returns newly created shape. otherwise returns modified or unmodified self object. |
Use this method to reverse the order of parts in multipart shape. The shape structure will be rebuilt. See example.