ESRI.ArcGIS.ADF.IMS
Remove Method
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > StoredQueryCollection Class : Remove Method




r
StoredQuery to be removed from the collection.
Removes a StoredQuery from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal r As StoredQuery _
) 
Visual Basic (Usage)Copy Code
Dim instance As StoredQueryCollection
Dim r As StoredQuery
 
instance.Remove(r)
C# 
public void Remove( 
   StoredQuery r
)

Parameters

r
StoredQuery to be removed from the collection.

See Also

© 2010 All Rights Reserved.