ESRI.ArcGIS.ADF.IMS
Ring Constructor(String,Char,Char)
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Ring Class > Ring Constructor : Ring Constructor(String,Char,Char)




coords
String containing the coordinates of the Ring.
pointDelimiter
Character that separates the points.
xyDelimiter
Character that separates the x- and y-coordinates.
Constructs a Ring from a coordinate string.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal coords As String, _
   ByVal pointDelimiter As Char, _
   ByVal xyDelimiter As Char _
)
Visual Basic (Usage)Copy Code
Dim coords As String
Dim pointDelimiter As Char
Dim xyDelimiter As Char
 
Dim instance As Ring(coords, pointDelimiter, xyDelimiter)
C# 
public Ring( 
   string coords,
   char pointDelimiter,
   char xyDelimiter
)

Parameters

coords
String containing the coordinates of the Ring.
pointDelimiter
Character that separates the points.
xyDelimiter
Character that separates the x- and y-coordinates.

Example

For an example of using a string of coordinates to create a geometry object, see Path.

See Also

© 2010 All Rights Reserved.