| Visual Basic (Declaration) | |
|---|---|
Public Sub AddLatLongPoint( _ ByVal p As PointF, _ ByVal marker As ElementMarker _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void AddLatLongPoint( PointF p, ElementMarker marker ) | |
Parameters
- p
- A point to add where x = latitude y = longitude and.
- marker
- Marker used for this point.