dotnetCHARTING Send comments on this topic.
LoadLayer(String) Method
See Also 
dotnetCHARTING.Mapping Namespace > MapDataEngine Class > LoadLayer Method : LoadLayer(String) Method


fileName
Filename of the file used to populate the MapLayer.
Extracts data into a MapLayer from the specified file.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function LoadLayer( _
   ByVal fileName As String _
) As MapLayer
Visual Basic (Usage)Copy Code
Dim fileName As String
Dim value As MapLayer
 
value = MapDataEngine.LoadLayer(fileName)
C# 
public static MapLayer LoadLayer( 
   string fileName
)

Parameters

fileName
Filename of the file used to populate the MapLayer.

See Also

© 2010 All Rights Reserved.