DK11 for Delphi | GisLayerVector.TGIS_Shape.Contains | Constructors | Fields | Methods | Properties
Tests contains relationship for given shape
// Delphi public function Contains( const _shape : TGIS_Shape ) : Boolean;
// C++ Builder public: bool Contains( TGIS_Shape* const _shape );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
Boolean | True if relation is true. |
See Equality for example.