ArcGIS API for WPF - Library Reference
Paths Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Polyline Class : Paths Property

Gets or sets the paths.

Syntax

Visual Basic (Declaration) 
Public Property Paths As ObservableCollection(Of PointCollection)
C# 
public ObservableCollection<PointCollection> Paths {get; set;}

Property Value

The paths.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.