PointFeature Constructor (LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new point feature for a specified collection of locations.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public PointFeature(
params LatLon[] points
)
Public Sub New (
ParamArray points As LatLon()
)
Parameters
- points
- Type: Telogis.GeoBaseLatLon
The Geometries of the point feature.
See Also