GetUserDictionarySection method (ILEADRasterDocument)
Overview |
Refer to Working with a Dictionary |
Remarks
Returns a string that contains the name of a section in the current user dictionary.
This method gets either the first section in the user dictionary or the next section in the user dictionary, based on the bFirst parameter.
Call this method with the bFirst parameter set to true to get the name of the first section. Then, within a loop, call this method with bFirst set to false to get the name of each remaining section.
See Also