Removes the Point at the specified index.
            
    Namespace: 
   ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
| C# | 
|---|
public void RemovePointAt( int pointIndex )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub RemovePointAt ( _ pointIndex As Integer _ )  | 
Parameters
- pointIndex
 - Type: System..::.Int32
The index within the Multipoint of the Point to remove. 
Remarks
RemovePointAt will remove a Point from the Multipoint, decreasing the index of all the existing Points after pointIndex.

