DK11 for .NET | TatukGIS.NDK.TGIS_Layer.isSectionInVisibilityRange | Constructors | Fields | Methods | Properties | Events
Checks whether the section is visible by testing layer properties: Level with MinLevel/MaxLevel, ScaleAsFloat with MinScale/MaxScale, and Zoom with MinZoom/MaxZoom.
// C# protected bool isSectionInVisibilityRange( TGIS_ParamsSection _sec );
' VisualBasic Protected Function isSectionInVisibilityRange( ByVal _sec As TGIS_ParamsSection ) As Boolean
// Oxygene protected function isSectionInVisibilityRange( _sec : TGIS_ParamsSection ) : Boolean;
Name | Type | Description |
---|---|---|
_sec | TGIS_ParamsSection | a params section to test for the visibility |
Type | Description |
---|---|
bool Boolean | True if section is visible for current iewer Level / Scale / Zoom, False oterwise |