DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Disjoint | Methods | Properties
Tests disjoint relationship for self and given shape
// C# public WordBool Disjoint( ITGIS_Shape _shape );
' VisualBasic Public Function Disjoint( ByVal _shape As ITGIS_Shape ) As WordBool
// Oxygene public function Disjoint( _shape : ITGIS_Shape ) : WordBool;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | given shape |
Type | Description |
---|---|
WordBool | True if relation is true. |
See Equality for example.