DK11 for Java | tatukgis.jdk.TGIS_Layer.IsVisible | Constructors | Fields | Methods | Properties | Events
Checks if the layer is visible in a defined extent and current params.
// Java public bool IsVisible( TGIS_Extent _extent );
// Oxygene public function IsVisible( _extent : TGIS_Extent ) : Boolean;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be checked |
Type | Description |
---|---|
bool Boolean | True if the layer is visible |