ESRI.ArcGIS.ADF.IMS
Remove Method
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > PointCollection Class : Remove Method




p
Point to be removed from the collection.
Removes a Point from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal p As Point _
) 
Visual Basic (Usage)Copy Code
Dim instance As PointCollection
Dim p As Point
 
instance.Remove(p)
C# 
public void Remove( 
   Point p
)

Parameters

p
Point to be removed from the collection.

See Also

© 2010 All Rights Reserved.