.netCHARTING v10.5 Documentation


Project Property
When true (default), the standard mercator projection is applied to the map.
Syntax
'Declaration
 
Public Property Project As Boolean
'Usage
 
Dim instance As JSMapping
Dim value As Boolean
 
instance.Project = value
 
value = instance.Project
public bool Project {get; set;}
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