ESRI.ArcGIS.ADF.Web
Points Property
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Path Class : Points Property




Gets or sets the Points along the path.

Syntax

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

See Also

© 2010 All Rights Reserved.