AddLatLongPoint(PointF,ElementMarker) Method
Adds a point to this map layer.
Syntax
'Declaration Public Overloads Sub AddLatLongPoint( _ ByVal p As PointF, _ ByVal marker As ElementMarker _ )
'Usage Dim instance As MapLayer Dim p As PointF Dim marker As ElementMarker instance.AddLatLongPoint(p, marker)
public void AddLatLongPoint( PointF p, ElementMarker marker )
Parameters
- p
- The coordinates in Latitude, Longitude format.
- marker
- A marker drawn in place of this point.
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