LineStringSubstring Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a LineString that is a sub-string of the current LineString.
Namespace:
Telogis.GeoBase.Geometry
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LineString Substring(
int start,
int count
)
Public Function Substring (
start As Integer,
count As Integer
) As LineString
Parameters
- start
- Type: SystemInt32
The number of the current LineString point that will be used as the first point of the new sub-string. - count
- Type: SystemInt32
The number of points along the LineString from the start point to include in the new sub-string.
Return Value
Type:
LineStringA LineString of
LatLon points contained in the sub-string.
See Also