Loads the map data from the specified stream.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public void LoadFromStream ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromStream( _ |
A System.IO.Stream instance representing shapefile data.
A System.IO.Stream instance representing the map database.
Specifies the name of the database column containing labels of map elements.
See Also