Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal collection As IEnumerable(Of MapPoint) _ ) |
C# | |
---|---|
public PointCollection( IEnumerable<MapPoint> collection ) |
Parameters
- collection
- Enumerable of Map Points.
Target Platforms:Windows Phone 7
ArcGIS API for Windows Phone - Library Reference | |
PointCollection Constructor(IEnumerable<MapPoint>) | |
See Also Send comments on this topic |
ESRI.ArcGIS.Client.Geometry Namespace > PointCollection Class > PointCollection Constructor : PointCollection Constructor(IEnumerable<MapPoint>) |
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal collection As IEnumerable(Of MapPoint) _ ) |
C# | |
---|---|
public PointCollection( IEnumerable<MapPoint> collection ) |
Target Platforms:Windows Phone 7