ESRI.ArcGIS.ADF.IMS
Ring Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace : Ring Class




Represents a single multi-sided shape in a Polygon object.

Object Model



Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class Ring 
Visual Basic (Usage)Copy Code
Dim instance As Ring
C# 
[SerializableAttribute()]
public class Ring 

Example

For an example, see Polygon .

Remarks

A Polygon contains one or more Ring objects in a RingCollection. For example, a chain of islands (e.g., Hawaii) may be represented by a single polgyon object with several rings, one ring per island.

At least one Ring must be added to a Polygon before the Polygon is used in a map or query. This ArcXML error will be returned if no rings have been added: "AXLParser: No OBJECT tags found in LAYER."

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Geometry.Ring

See Also

© 2010 All Rights Reserved.