Accusoft.NotateXpress13.Net
UserDataDelete Method (Layer)




A string value which represents the existing key to remove.
Removes the given key value pair on the layer.
Syntax
'Declaration
 
Public Sub UserDataDelete( _
   ByVal key As String _
) 
'Usage
 
Dim instance As Layer
Dim key As String
 
instance.UserDataDelete(key)
public void UserDataDelete( 
   string key
)
public: void UserDataDelete( 
   string* key
) 
public:
void UserDataDelete( 
   String^ key
) 

Parameters

key
A string value which represents the existing key to remove.
See Also

Reference

Layer Class
Layer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback