Accusoft.NotateXpress13.Net
Add Method (ElementCollection)




The Element to add to the collection.
Adds the given element to the element collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal element As Element _
) As Integer
'Usage
 
Dim instance As ElementCollection
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

Note: Before an element is added to an element collection it must be using a valid layer that was added to the LayerCollection.

See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback