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




Gets or sets the Points of the Ring.

Syntax

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

See Also

© 2010 All Rights Reserved.