DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.checkParamsCache | Constructors | Fields | Methods | Properties | Events
Check if shape is visible based on current paramsCache setup.
// C# protected bool checkParamsCache( TGIS_Shape _shp, int _cursor );
' VisualBasic Protected Function checkParamsCache( ByVal _shp As TGIS_Shape, ByVal _cursor As Integer ) As Boolean
// Oxygene protected function checkParamsCache( _shp : TGIS_Shape; _cursor : Integer ) : Boolean;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to be checked |
_cursor | int Integer | cursor index to be used to check attribute fields |
Type | Description |
---|---|
bool Boolean | true if shape is visible |