ESRI.ArcGIS.ADF.Web Send comments on this topic.
Rings Property
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Polygon Class : Rings Property


Gets or sets the collection of Rings.

Syntax

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

Requirements

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

See Also

© 2009 All Rights Reserved.