Accusoft.NotateXpress13.Net
Add Method (GroupElementCollection)




The Element to add to the collection.
Adds the given element to the group element collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal element As Element _
) As Integer
'Usage
 
Dim instance As GroupElementCollection
Dim element As Element
Dim value As Integer
 
value = instance.Add(element)
public int Add( 
   Element element
)
public: int Add( 
   Element* element
) 
public:
int Add( 
   Element^ element
) 

Parameters

element
The Element to add to the collection.

Return Value

An integer value which represents the index position of the newly added element.
Remarks
When adding to the group element collection, the associated group must be in a group collection, and the associated element must be in an element collection.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback