DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsCommonPoint | Methods | Properties
Test if the current shape has any common point with another given shape.
// C# public WordBool IsCommonPoint( ITGIS_Shape _shape );
' VisualBasic Public Function IsCommonPoint( ByVal _shape As ITGIS_Shape ) As WordBool
// Oxygene public function IsCommonPoint( _shape : ITGIS_Shape ) : WordBool;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to test with |
Type | Description |
---|---|
WordBool | True if relation is true. |
See IsInsideCircle for example.