Accusoft.NotateXpress13.Net
UserDataAdd Method (Element)




A string value which represents the new key.
A string value which represents the new value.
User data can be added to each element in a key value pair.
Syntax
'Declaration
 
Public Sub UserDataAdd( _
   ByVal key As String, _
   ByVal newVal As String _
) 
'Usage
 
Dim instance As Element
Dim key As String
Dim newVal As String
 
instance.UserDataAdd(key, newVal)
public void UserDataAdd( 
   string key,
   string newVal
)
public: void UserDataAdd( 
   string* key,
   string* newVal
) 
public:
void UserDataAdd( 
   String^ key,
   String^ newVal
) 

Parameters

key
A string value which represents the new key.
newVal
A string value which represents the new value.
Remarks

This method adds in a new key value pair.

See Also

Reference

Element Class
Element Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback