Accusoft.NotateXpress13.Net
UserDataFindNext Method (Layer)




A string value which represents the next key.
User data can be added to each layer in a key value pair. This will next key value pair, in the list.
Syntax
'Declaration
 
Public Function UserDataFindNext( _
   ByRef key As String _
) As String
'Usage
 
Dim instance As Layer
Dim key As String
Dim value As String
 
value = instance.UserDataFindNext(key)
public string UserDataFindNext( 
   out string key
)
public: string* UserDataFindNext( 
   [PARAMFLAG::Out] string* key
) 
public:
String^ UserDataFindNext( 
   [Out] String^ key
) 

Parameters

key
A string value which represents the next key.

Return Value

The next value from the matching key.
See Also

Reference

Layer Class
Layer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback