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




Gets or sets the Points in the Hole.

Syntax

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

See Also

© 2010 All Rights Reserved.