Accusoft.NotateXpress13.Net
Remove Method (ElementCollection)




The element.
Removes the given Element from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal element As Element _
) 
'Usage
 
Dim instance As ElementCollection
Dim element As Element
 
instance.Remove(element)
public void Remove( 
   Element element
)
public: void Remove( 
   Element* element
) 
public:
void Remove( 
   Element^ element
) 

Parameters

element
The element.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback