ESRI.ArcGIS.ADF.Web
Remove Method
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > PathCollection Class : Remove Method




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

Syntax

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

Parameters

p
Path to be removed from the collection.

See Also

© 2010 All Rights Reserved.