![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Paths Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Polyline Class : Paths Property |
Visual Basic (Declaration) | |
---|---|
Public Property Paths As PathCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Polyline Dim value As PathCollection instance.Paths = value value = instance.Paths |
C# | |
---|---|
public PathCollection Paths {get; set;} |
For an example, see the Polyline overview.
At least one Path must be added to the Paths of a Polyline before the Polyline is used in a map or query. This ArcXML error will be returned if no paths have been added: "AXLParser: POLYLINE tag incorrect."
An empty PathCollection is created and set as the Paths property upon creation of a Polyline. It is not necessary to create a new PathCollection unless you wish to completely replace an existing PathCollection, or otherwise manage Path objects.
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