ESRI.ArcGIS.Mobile.Client
Stop Constructor(Coordinate,String)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.Routing Namespace > Stop Class > Stop Constructor : Stop Constructor(Coordinate,String)

coordinate
Coordinate
description
Description
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal coordinate As Coordinate, _
   ByVal description As String _
)
C# 
public Stop( 
   Coordinate coordinate,
   string description
)

Parameters

coordinate
Coordinate
description
Description

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also