.netCHARTING v10.5 Documentation


Filename of the file used to populate the MapLayer.
LoadLayer(String) Method
Extracts data into a MapLayer from the specified file.
Syntax
'Declaration
 
Public Overloads Shared Function LoadLayer( _
   ByVal fileName As String _
) As MapLayer
'Usage
 
Dim fileName As String
Dim value As MapLayer
 
value = MapDataEngine.LoadLayer(fileName)
public static MapLayer LoadLayer( 
   string fileName
)

Parameters

fileName
Filename of the file used to populate the MapLayer.
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