ASP.NET Pack Programmer's Guide
Map.LoadFromStream Method (Stream, Stream, String)
See Also
 





Loads the map data from the specified stream.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

public void LoadFromStream (
    Stream mapStream,
    Stream dbfStream,
    string labelField
)

Visual Basic  Copy Code

Public Sub LoadFromStream( _
    mapStream As Stream, _
    dbfStream As Stream, _
    labelField As String _
)

 Parameters

mapStream

A System.IO.Stream instance representing shapefile data.

dbfStream

A System.IO.Stream instance representing the map database.

labelField

Specifies the name of the database column containing labels of map elements.

 See Also

LoadFromStream Method Overload List
Map Members
Map Class
MindFusion.Mapping Namespace