DK11 for Delphi | GisLayer.TGIS_Layer.IsVisible | Constructors | Fields | Methods | Properties | Events
Checks if the layer is visible in a defined extent and current params.
// Delphi public function IsVisible( const _extent : TGIS_Extent ) : Boolean;
// C++ Builder public: bool IsVisible( TGIS_Extent* const _extent );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be checked |
Type | Description |
---|---|
Boolean | True if the layer is visible |