Accusoft.PdfXpress7.Net
Remove Method (QuadrilateralCollection)




The Quadrilateral to remove from the collection.
Removes a Quadrilateral from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As Quadrilateral _
) 
'Usage
 
Dim instance As QuadrilateralCollection
Dim value As Quadrilateral
 
instance.Remove(value)
public void Remove( 
   Quadrilateral value
)
public: void Remove( 
   Quadrilateral* value
) 
public:
void Remove( 
   Quadrilateral^ value
) 

Parameters

value
The Quadrilateral to remove from the collection.
Remarks

This method implements a standard collection operation. It will search the collection for the given Quadrilateral and remove it from the collection. If there are multiple occurrences of the object in the collection, this method will remove only the first one (the one with the lowest index.) If there are no occurrences of the given object, this method will do nothing.

See Also

Reference

QuadrilateralCollection Class
QuadrilateralCollection Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback