DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetIntersection_2 | Methods | Properties
Cut the shape in a defined extent.
// C# public ITGIS_Shape GetIntersection_2( ITGIS_Extent _extent, WordBool _draft );
' VisualBasic Public Function GetIntersection_2( ByVal _extent As ITGIS_Extent, ByVal _draft As WordBool ) As ITGIS_Shape
// Oxygene public function GetIntersection_2( _extent : ITGIS_Extent; _draft : WordBool ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | extent to be cut with |
_draft | WordBool | if true, then operation will be perform much faster; resulting shape may be topologically improper; used mainly for internal drawing purposes |
Type | Description |
---|---|
ITGIS_Shape | Normalized shape (a new copy). |