.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > JSMapping Class : BaseLayers Property
BaseLayers Property
A list of comma delimited map codes or geoJSON/topoJSON files. Map property filters can also be used if a reference layer is defined.
Syntax
'Declaration
 
Public Property BaseLayers As String
'Usage
 
Dim instance As JSMapping
Dim value As String
 
instance.BaseLayers = value
 
value = instance.BaseLayers
public string BaseLayers {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also