Accusoft.NotateXpress13.Net
UserDataAdd Method (Layer)




A string value which represents the new key.
A string which represents the new key value for the layer.
Adds a new key value pair to the layer.
Syntax
'Declaration
 
Public Sub UserDataAdd( _
   ByVal key As String, _
   ByVal newVal As String _
) 
'Usage
 
Dim instance As Layer
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 which represents the new key value for the layer.
See Also

Reference

Layer Class
Layer Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback