In This Topic
Creates a new bounding box using the given coordinates.
Syntax
'Declaration
Public Sub AddBoundingPoint( _
ByVal As Double, _
ByVal As Double _
)
public void AddBoundingPoint(
double ,
double
)
Parameters
- longitude
- The specified longitude.
- latitude
- The specified latitude.
See Also