MindFusion.Mapping Programmer's Guide

MapLayer.MapLocation Property

See Also
 






Gets or sets the URL of the shapefile map file.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public string MapLocation { get; set; }

Visual Basic  Copy Code

Public Property MapLocation As String

 Property Value

A string specifying the shapefile location.

 See Also