![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Multipoint Constructor(String,Char,Char) | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Multipoint Class > Multipoint Constructor : Multipoint Constructor(String,Char,Char) |
- coords
- String containing the coordinates.
- pointDelimiter
- Character that separates the points.
- xyDelimiter
- Character that separates the x- and y-coordinates.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal coords As String, _ ByVal pointDelimiter As Char, _ ByVal xyDelimiter As Char _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim coords As String Dim pointDelimiter As Char Dim xyDelimiter As Char Dim instance As New Multipoint(coords, pointDelimiter, xyDelimiter) |
C# | |
---|---|
public Multipoint( string coords, char pointDelimiter, char xyDelimiter ) |
Parameters
- coords
- String containing the coordinates.
- pointDelimiter
- Character that separates the points.
- xyDelimiter
- Character that separates the x- and y-coordinates.
For an example of using a coordinate string in creating a geometry object, see Path .
This constructor allows creating a Multipoint from a string that contains one or more X and Y coordinates.
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