DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Contains | Constructors | Fields | Methods | Properties
Tests contains relationship for given shape
// C# public bool Contains( TGIS_Shape _shape );
' VisualBasic Public Function Contains( ByVal _shape As TGIS_Shape ) As Boolean
// Oxygene public function Contains( _shape : TGIS_Shape ) : Boolean;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
bool Boolean | True if relation is true. |
See Equality for example.