|
| ESRI.ArcGIS.ADF.ArcGISServer | |
| FromAdfPointCollection Method | |
| See Also | |
| ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : FromAdfPointCollection Method |
- points
- The Web ADF PointCollection to convert.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function FromAdfPointCollection( _ ByVal points As PointCollection _ ) As PointN() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static PointN[] FromAdfPointCollection( PointCollection points ) | |
Parameters
- points
- The Web ADF PointCollection to convert.