DK11 for Delphi | GisLayerVector.TGIS_LayerVector.checkParamsCache | Constructors | Fields | Methods | Properties | Events
Check if shape is visible based on current paramsCache setup.
// Delphi protected function checkParamsCache( const _shp : TGIS_Shape; const _cursor : Integer ) : Boolean;
// C++ Builder protected: bool checkParamsCache( TGIS_Shape* const _shp, const int _cursor );
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to be checked |
_cursor | Integer | cursor index to be used to check attribute fields |
Type | Description |
---|---|
Boolean | true if shape is visible |