ESRI.ArcGIS.ADF.Web
Paths Property
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Polyline Class : Paths Property




Gets or sets the Paths in the Polyline.

Syntax

Visual Basic (Declaration) 
Public Property Paths As PathCollection
Visual Basic (Usage)Copy Code
Dim instance As Polyline
Dim value As PathCollection
 
instance.Paths = value
 
value = instance.Paths
C# 
public PathCollection Paths {get; set;}

See Also

© 2010 All Rights Reserved.