DK11 for Delphi | GisLayerVector.TGIS_LayerVector.isInScope | Constructors | Fields | Methods | Properties | Events
Internally used by TGIS_Viewer.
// Delphi protected function isInScope( const _shape : TGIS_Shape; const _cursor : Integer ) : Boolean; virtual;
// C++ Builder protected: virtual bool isInScope( TGIS_Shape* const _shape, const int _cursor );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape handle |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Boolean | True it shape is in the scope. |
Test if the current shape is inside a given scope.