ESRI.ArcGIS.ADF.IMS
Holes Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Ring Class : Holes Property




Gets or sets the Holes in the Ring.

Syntax

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

Example

For an example, see Polygon .

Remarks

A Ring may have gaps, or holes (as in a "doughnut hole"). A Hole defines a gap in a polygon ring. Features beneath the polygon will show through in the Hole. For example, a zone showing the area from two kilometers to five kilometers around a point may be represented by a circular ring, with a circular hole that defines the inside of the zone.

See Also

© 2010 All Rights Reserved.