Click or drag to resize

MapPolylineBuildGeometry Method

Builds the geometry of the polyline.

Namespace:  Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected Geometry BuildGeometry(
	ICollection<PointCollection> lines
)

Parameters

lines
Type: System.Collections.GenericICollectionPointCollection
A collection of point collections to build the geometry for (multiple polylines).

Return Value

Type: Geometry
The geometry corresponding to the given point collections.
See Also