Tracking Client API for Windows Phone
TmsPolyline Class
NamespacesESRI.Tracking.Connector.GeometryTmsPolyline
Represents a Polyline. Use this class to get the polygon field attributes for an observation with Polyline geometry type.
Declaration Syntax
C#Visual BasicVisual C++
public class TmsPolyline : TmsGeometry
Public Class TmsPolyline _
	Inherits TmsGeometry
public ref class TmsPolyline : public TmsGeometry
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TmsPolyline(String)
The constructor.

Gml
The GML representing the Polyline. In GML, this is a MultiLine. This must use the coordinates tag. The coord tag is not supported.

Parse(String)
A static function that parses GML and converts it to a TmsPolyline.

Paths
A list of paths making up this Polyline. Each path is a list of TmsPoint objects.

Type
The type of geometry. In this case this is a GeometryType.Polyline.
(Overrides TmsGeometry.Type.)
Inheritance Hierarchy
Object
TmsGeometry
 TmsPolyline

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)